Shades of Apple #66CF35
Tints of Apple #66CF35
RGB
CMYK
RGB Variations
Color information
#66CF35 (or 0x66CF35) is known color: Apple. HEX triplet: 66, CF and 35. RGB value is (102,207,53). Sum of RGB (Red+Green+Blue) = 102+207+53=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 207 (81.25% from 255 or 57.18% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CF35 is #9930CA. Grayscale: #9E9E9E. Windows color (decimal): -10039499 or 3526502. OLE color: 3526502.
HSL color Cylindrical-coordinate representation of color #66CF35: hue angle of 100.91º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66CF35 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 53 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.19 |
| HSL | 100.91º | 0.62% | 0.51% | - |
| HSV(B) | 100.91º | 0.74% | 0.81% | - |
| XYZ | 28.43 | 47.71 | 11.08 | - |
| YUV | 158.05 | 68.71 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 53 | 0.51 | 0 | 0.74 | 0.19 | 100.91 | 0.62 | 0.51 |
| Hex | 66 | CF | 35 | 33 | 0 | 4A | 13 | 65 | 3E | 33 |
| Octal | 146 | 317 | 65 | 63 | 0 | 112 | 23 | 145 | 76 | 63 |
| Binary | 1100110 | 11001111 | 110101 | 110011 | 0 | 1001010 | 10011 | 1100101 | 111110 | 110011 |
Color Harmonies of #66CF35
Complementary color
Monochromatic Colors of #66CF35
Black with #66CF35
Text Example
Text Example
White with #66CF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF35; }
p { color: rgb(102,207,53); }
H1.HeaderClassName
{
color: #66CF35;
}
.AnyTagClassName
{
color: #66CF35;
}
</style>
background-color css
<style>
a { background-color: #66CF35; }
a { background-color: rgb(102,207,53); }
div.DivClassName
{
background-color: #66CF35;
}
.BgClassName
{
background-color: #66CF35;
}
</style>
border-color css
<style>
span { border-color: #66CF35; }
span { border-color: rgb(102,207,53); }
td.TdClassName
{
border-color: #66CF35;
}
.TagClassName
{
border-color: #66CF35;
}
</style>