Shades of Apple #66C732
Tints of Apple #66C732
RGB
CMYK
RGB Variations
Color information
#66C732 (or 0x66C732) is known color: Apple. HEX triplet: 66, C7 and 32. RGB value is (102,199,50). Sum of RGB (Red+Green+Blue) = 102+199+50=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 199 (78.12% from 255 or 56.70% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 199 - color contains mainly: green. Hex color #66C732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C732 is #9938CD. Grayscale: #999999. Windows color (decimal): -10041550 or 3327846. OLE color: 3327846.
HSL color Cylindrical-coordinate representation of color #66C732: hue angle of 99.06º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66C732 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 199 | 50 | - |
| CMYK | 0.49 | 0 | 0.75 | 0.22 |
| HSL | 99.06º | 0.6% | 0.49% | - |
| HSV(B) | 99.06º | 0.75% | 0.78% | - |
| XYZ | 26.48 | 43.9 | 10.1 | - |
| YUV | 153.01 | 69.86 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 199 | 50 | 0.49 | 0 | 0.75 | 0.22 | 99.06 | 0.6 | 0.49 |
| Hex | 66 | C7 | 32 | 31 | 0 | 4B | 16 | 63 | 3C | 31 |
| Octal | 146 | 307 | 62 | 61 | 0 | 113 | 26 | 143 | 74 | 61 |
| Binary | 1100110 | 11000111 | 110010 | 110001 | 0 | 1001011 | 10110 | 1100011 | 111100 | 110001 |
Color Harmonies of #66C732
Complementary color
Monochromatic Colors of #66C732
Black with #66C732
Text Example
Text Example
White with #66C732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C732; }
p { color: rgb(102,199,50); }
H1.HeaderClassName
{
color: #66C732;
}
.AnyTagClassName
{
color: #66C732;
}
</style>
background-color css
<style>
a { background-color: #66C732; }
a { background-color: rgb(102,199,50); }
div.DivClassName
{
background-color: #66C732;
}
.BgClassName
{
background-color: #66C732;
}
</style>
border-color css
<style>
span { border-color: #66C732; }
span { border-color: rgb(102,199,50); }
td.TdClassName
{
border-color: #66C732;
}
.TagClassName
{
border-color: #66C732;
}
</style>