Shades of Apple #66CB3C
Tints of Apple #66CB3C
RGB
CMYK
RGB Variations
Color information
#66CB3C (or 0x66CB3C) is known color: Apple. HEX triplet: 66, CB and 3C. RGB value is (102,203,60). Sum of RGB (Red+Green+Blue) = 102+203+60=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 203 (79.69% from 255 or 55.62% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 203 - color contains mainly: green. Hex color #66CB3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CB3C is #9934C3. Grayscale: #9C9C9C. Windows color (decimal): -10040516 or 3984230. OLE color: 3984230.
HSL color Cylindrical-coordinate representation of color #66CB3C: hue angle of 102.38º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66CB3C is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 203 | 60 | - |
| CMYK | 0.50 | 0 | 0.70 | 0.20 |
| HSL | 102.38º | 0.58% | 0.52% | - |
| HSV(B) | 102.38º | 0.7% | 0.8% | - |
| XYZ | 27.65 | 45.86 | 11.67 | - |
| YUV | 156.5 | 73.54 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 203 | 60 | 0.50 | 0 | 0.70 | 0.20 | 102.38 | 0.58 | 0.52 |
| Hex | 66 | CB | 3C | 32 | 0 | 46 | 14 | 66 | 3A | 34 |
| Octal | 146 | 313 | 74 | 62 | 0 | 106 | 24 | 146 | 72 | 64 |
| Binary | 1100110 | 11001011 | 111100 | 110010 | 0 | 1000110 | 10100 | 1100110 | 111010 | 110100 |
Color Harmonies of #66CB3C
Complementary color
Monochromatic Colors of #66CB3C
Black with #66CB3C
Text Example
Text Example
White with #66CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CB3C; }
p { color: rgb(102,203,60); }
H1.HeaderClassName
{
color: #66CB3C;
}
.AnyTagClassName
{
color: #66CB3C;
}
</style>
background-color css
<style>
a { background-color: #66CB3C; }
a { background-color: rgb(102,203,60); }
div.DivClassName
{
background-color: #66CB3C;
}
.BgClassName
{
background-color: #66CB3C;
}
</style>
border-color css
<style>
span { border-color: #66CB3C; }
span { border-color: rgb(102,203,60); }
td.TdClassName
{
border-color: #66CB3C;
}
.TagClassName
{
border-color: #66CB3C;
}
</style>