Shades of Apple #66E43B
Tints of Apple #66E43B
RGB
CMYK
RGB Variations
Color information
#66E43B (or 0x66E43B) is known color: Apple. HEX triplet: 66, E4 and 3B. RGB value is (102,228,59). Sum of RGB (Red+Green+Blue) = 102+228+59=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 228 (89.45% from 255 or 58.61% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 228 - color contains mainly: green. Hex color #66E43B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66E43B is #991BC4. Grayscale: #ABABAB. Windows color (decimal): -10034117 or 3925094. OLE color: 3925094.
HSL color Cylindrical-coordinate representation of color #66E43B: hue angle of 104.73º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66E43B is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 228 | 59 | - |
| CMYK | 0.55 | 0 | 0.74 | 0.11 |
| HSL | 104.73º | 0.76% | 0.56% | - |
| HSV(B) | 104.73º | 0.74% | 0.89% | - |
| XYZ | 34.01 | 58.63 | 13.66 | - |
| YUV | 171.06 | 64.76 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 228 | 59 | 0.55 | 0 | 0.74 | 0.11 | 104.73 | 0.76 | 0.56 |
| Hex | 66 | E4 | 3B | 37 | 0 | 4A | B | 69 | 4C | 38 |
| Octal | 146 | 344 | 73 | 67 | 0 | 112 | 13 | 151 | 114 | 70 |
| Binary | 1100110 | 11100100 | 111011 | 110111 | 0 | 1001010 | 1011 | 1101001 | 1001100 | 111000 |
Color Harmonies of #66E43B
Complementary color
Monochromatic Colors of #66E43B
Black with #66E43B
Text Example
Text Example
White with #66E43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E43B; }
p { color: rgb(102,228,59); }
H1.HeaderClassName
{
color: #66E43B;
}
.AnyTagClassName
{
color: #66E43B;
}
</style>
background-color css
<style>
a { background-color: #66E43B; }
a { background-color: rgb(102,228,59); }
div.DivClassName
{
background-color: #66E43B;
}
.BgClassName
{
background-color: #66E43B;
}
</style>
border-color css
<style>
span { border-color: #66E43B; }
span { border-color: rgb(102,228,59); }
td.TdClassName
{
border-color: #66E43B;
}
.TagClassName
{
border-color: #66E43B;
}
</style>