Shades of Apple #66E039
Tints of Apple #66E039
RGB
CMYK
RGB Variations
Color information
#66E039 (or 0x66E039) is known color: Apple. HEX triplet: 66, E0 and 39. RGB value is (102,224,57). Sum of RGB (Red+Green+Blue) = 102+224+57=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 224 (87.89% from 255 or 58.49% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 224 - color contains mainly: green. Hex color #66E039 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66E039 is #991FC6. Grayscale: #A9A9A9. Windows color (decimal): -10035143 or 3792998. OLE color: 3792998.
HSL color Cylindrical-coordinate representation of color #66E039: hue angle of 103.83º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66E039 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 57 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.12 |
| HSL | 103.83º | 0.73% | 0.55% | - |
| HSV(B) | 103.83º | 0.75% | 0.88% | - |
| XYZ | 32.87 | 56.43 | 13.03 | - |
| YUV | 168.48 | 65.08 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 57 | 0.54 | 0 | 0.75 | 0.12 | 103.83 | 0.73 | 0.55 |
| Hex | 66 | E0 | 39 | 36 | 0 | 4B | C | 68 | 49 | 37 |
| Octal | 146 | 340 | 71 | 66 | 0 | 113 | 14 | 150 | 111 | 67 |
| Binary | 1100110 | 11100000 | 111001 | 110110 | 0 | 1001011 | 1100 | 1101000 | 1001001 | 110111 |
Color Harmonies of #66E039
Complementary color
Monochromatic Colors of #66E039
Black with #66E039
Text Example
Text Example
White with #66E039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E039; }
p { color: rgb(102,224,57); }
H1.HeaderClassName
{
color: #66E039;
}
.AnyTagClassName
{
color: #66E039;
}
</style>
background-color css
<style>
a { background-color: #66E039; }
a { background-color: rgb(102,224,57); }
div.DivClassName
{
background-color: #66E039;
}
.BgClassName
{
background-color: #66E039;
}
</style>
border-color css
<style>
span { border-color: #66E039; }
span { border-color: rgb(102,224,57); }
td.TdClassName
{
border-color: #66E039;
}
.TagClassName
{
border-color: #66E039;
}
</style>