Shades of Apple #66CF54
Tints of Apple #66CF54
RGB
CMYK
RGB Variations
Color information
#66CF54 (or 0x66CF54) is known color: Apple. HEX triplet: 66, CF and 54. RGB value is (102,207,84). Sum of RGB (Red+Green+Blue) = 102+207+84=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CF54 is #9930AB. Grayscale: #A1A1A1. Windows color (decimal): -10039468 or 5558118. OLE color: 5558118.
HSL color Cylindrical-coordinate representation of color #66CF54: hue angle of 111.22º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66CF54 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 84 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.19 |
| HSL | 111.22º | 0.56% | 0.57% | - |
| HSV(B) | 111.22º | 0.59% | 0.81% | - |
| XYZ | 29.39 | 48.09 | 16.12 | - |
| YUV | 161.58 | 84.21 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 84 | 0.51 | 0 | 0.59 | 0.19 | 111.22 | 0.56 | 0.57 |
| Hex | 66 | CF | 54 | 33 | 0 | 3B | 13 | 6F | 38 | 39 |
| Octal | 146 | 317 | 124 | 63 | 0 | 73 | 23 | 157 | 70 | 71 |
| Binary | 1100110 | 11001111 | 1010100 | 110011 | 0 | 111011 | 10011 | 1101111 | 111000 | 111001 |
Color Harmonies of #66CF54
Complementary color
Monochromatic Colors of #66CF54
Black with #66CF54
Text Example
Text Example
White with #66CF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF54; }
p { color: rgb(102,207,84); }
H1.HeaderClassName
{
color: #66CF54;
}
.AnyTagClassName
{
color: #66CF54;
}
</style>
background-color css
<style>
a { background-color: #66CF54; }
a { background-color: rgb(102,207,84); }
div.DivClassName
{
background-color: #66CF54;
}
.BgClassName
{
background-color: #66CF54;
}
</style>
border-color css
<style>
span { border-color: #66CF54; }
span { border-color: rgb(102,207,84); }
td.TdClassName
{
border-color: #66CF54;
}
.TagClassName
{
border-color: #66CF54;
}
</style>