Shades of Apple #66CF45
Tints of Apple #66CF45
RGB
CMYK
RGB Variations
Color information
#66CF45 (or 0x66CF45) is known color: Apple. HEX triplet: 66, CF and 45. RGB value is (102,207,69). Sum of RGB (Red+Green+Blue) = 102+207+69=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CF45 is #9930BA. Grayscale: #A0A0A0. Windows color (decimal): -10039483 or 4575078. OLE color: 4575078.
HSL color Cylindrical-coordinate representation of color #66CF45: hue angle of 105.65º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66CF45 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 69 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.19 |
| HSL | 105.65º | 0.59% | 0.54% | - |
| HSV(B) | 105.65º | 0.67% | 0.81% | - |
| XYZ | 28.87 | 47.88 | 13.35 | - |
| YUV | 159.87 | 76.71 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 69 | 0.51 | 0 | 0.67 | 0.19 | 105.65 | 0.59 | 0.54 |
| Hex | 66 | CF | 45 | 33 | 0 | 43 | 13 | 6A | 3B | 36 |
| Octal | 146 | 317 | 105 | 63 | 0 | 103 | 23 | 152 | 73 | 66 |
| Binary | 1100110 | 11001111 | 1000101 | 110011 | 0 | 1000011 | 10011 | 1101010 | 111011 | 110110 |
Color Harmonies of #66CF45
Complementary color
Monochromatic Colors of #66CF45
Black with #66CF45
Text Example
Text Example
White with #66CF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF45; }
p { color: rgb(102,207,69); }
H1.HeaderClassName
{
color: #66CF45;
}
.AnyTagClassName
{
color: #66CF45;
}
</style>
background-color css
<style>
a { background-color: #66CF45; }
a { background-color: rgb(102,207,69); }
div.DivClassName
{
background-color: #66CF45;
}
.BgClassName
{
background-color: #66CF45;
}
</style>
border-color css
<style>
span { border-color: #66CF45; }
span { border-color: rgb(102,207,69); }
td.TdClassName
{
border-color: #66CF45;
}
.TagClassName
{
border-color: #66CF45;
}
</style>