#6ADD38

Color #6ADD38 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #6ADD38

Tints of Apple #6ADD38

Color information

#6ADD38 (or 0x6ADD38) is unknown color: approx Apple. HEX triplet: 6A, DD and 38. RGB value is (106,221,56). Sum of RGB (Red+Green+Blue) = 106+221+56=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 221 (86.72% from 255 or 57.70% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADD38 is #9522C7. Grayscale: #A8A8A8. Windows color (decimal): -9773768 or 3726698. OLE color: 3726698.

HSL color Cylindrical-coordinate representation of color #6ADD38: hue angle of 101.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6ADD38 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB10622156-
CMYK0.5200.750.13
HSL101.82º70.82%54.31%-
HSV(B)101.82º74.66%86.67%-
XYZ32.5155.0612.66-
YUV167.864.983.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 27.68%
GREEN value IS 221 (86.72% from 255) = 57.70%
BLUE value IS 56 (22.27% from 255) = 14.62%
R=27.68%
G=57.70%
B=14.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106221560.5200.750.13101.8270.8254.31
Hex6ADD383404BD664736
Octal152335706401131514610766
Binary11010101101110111100011010001001011110111001101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ADD38; }

 p { color: rgb(106,221,56); }

 H1.HeaderClassName
 {
   color: #6ADD38;
 }
 .AnyTagClassName
 {
   color: #6ADD38;
 }
</style>
background-color css

<style>
 a { background-color: #6ADD38; }

 a { background-color: rgb(106,221,56); }

 div.DivClassName
 {
   background-color: #6ADD38;
 }
 .BgClassName
 {
   background-color: #6ADD38;
 }
</style>
border-color css

<style>
 span { border-color: #6ADD38; }

 span { border-color: rgb(106,221,56); }

 td.TdClassName
 {
   border-color: #6ADD38;
 }
 .TagClassName
 {
   border-color: #6ADD38;
 }
</style>