Shades of Apple #66CE33
Tints of Apple #66CE33
RGB
CMYK
RGB Variations
Color information
#66CE33 (or 0x66CE33) is known color: Apple. HEX triplet: 66, CE and 33. RGB value is (102,206,51). Sum of RGB (Red+Green+Blue) = 102+206+51=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 206 (80.86% from 255 or 57.38% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 206 - color contains mainly: green. Hex color #66CE33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CE33 is #9931CC. Grayscale: #9D9D9D. Windows color (decimal): -10039757 or 3395174. OLE color: 3395174.
HSL color Cylindrical-coordinate representation of color #66CE33: hue angle of 100.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66CE33 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 206 | 51 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.19 |
| HSL | 100.26º | 0.61% | 0.5% | - |
| HSV(B) | 100.26º | 0.75% | 0.81% | - |
| XYZ | 28.15 | 47.21 | 10.76 | - |
| YUV | 157.23 | 68.04 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 51 | 0.50 | 0 | 0.75 | 0.19 | 100.26 | 0.61 | 0.5 |
| Hex | 66 | CE | 33 | 32 | 0 | 4B | 13 | 64 | 3D | 32 |
| Octal | 146 | 316 | 63 | 62 | 0 | 113 | 23 | 144 | 75 | 62 |
| Binary | 1100110 | 11001110 | 110011 | 110010 | 0 | 1001011 | 10011 | 1100100 | 111101 | 110010 |
Color Harmonies of #66CE33
Complementary color
Monochromatic Colors of #66CE33
Black with #66CE33
Text Example
Text Example
White with #66CE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CE33; }
p { color: rgb(102,206,51); }
H1.HeaderClassName
{
color: #66CE33;
}
.AnyTagClassName
{
color: #66CE33;
}
</style>
background-color css
<style>
a { background-color: #66CE33; }
a { background-color: rgb(102,206,51); }
div.DivClassName
{
background-color: #66CE33;
}
.BgClassName
{
background-color: #66CE33;
}
</style>
border-color css
<style>
span { border-color: #66CE33; }
span { border-color: rgb(102,206,51); }
td.TdClassName
{
border-color: #66CE33;
}
.TagClassName
{
border-color: #66CE33;
}
</style>