Shades of Apple #66CC4B
Tints of Apple #66CC4B
RGB
CMYK
RGB Variations
Color information
#66CC4B (or 0x66CC4B) is known color: Apple. HEX triplet: 66, CC and 4B. RGB value is (102,204,75). Sum of RGB (Red+Green+Blue) = 102+204+75=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CC4B is #9933B4. Grayscale: #9F9F9F. Windows color (decimal): -10040245 or 4967526. OLE color: 4967526.
HSL color Cylindrical-coordinate representation of color #66CC4B: hue angle of 107.44º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66CC4B is Cyan = 0.5, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 75 | - |
| CMYK | 0.5 | 0 | 0.63 | 0.2 |
| HSL | 107.44º | 0.56% | 0.55% | - |
| HSV(B) | 107.44º | 0.63% | 0.8% | - |
| XYZ | 28.34 | 46.52 | 14.14 | - |
| YUV | 158.8 | 80.71 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 75 | 0.5 | 0 | 0.63 | 0.2 | 107.44 | 0.56 | 0.55 |
| Hex | 66 | CC | 4B | 32 | 0 | 3F | 14 | 6B | 38 | 37 |
| Octal | 146 | 314 | 113 | 62 | 0 | 77 | 24 | 153 | 70 | 67 |
| Binary | 1100110 | 11001100 | 1001011 | 110010 | 0 | 111111 | 10100 | 1101011 | 111000 | 110111 |
Color Harmonies of #66CC4B
Complementary color
Monochromatic Colors of #66CC4B
Black with #66CC4B
Text Example
Text Example
White with #66CC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CC4B; }
p { color: rgb(102,204,75); }
H1.HeaderClassName
{
color: #66CC4B;
}
.AnyTagClassName
{
color: #66CC4B;
}
</style>
background-color css
<style>
a { background-color: #66CC4B; }
a { background-color: rgb(102,204,75); }
div.DivClassName
{
background-color: #66CC4B;
}
.BgClassName
{
background-color: #66CC4B;
}
</style>
border-color css
<style>
span { border-color: #66CC4B; }
span { border-color: rgb(102,204,75); }
td.TdClassName
{
border-color: #66CC4B;
}
.TagClassName
{
border-color: #66CC4B;
}
</style>