Shades of Apple #66CA2D
Tints of Apple #66CA2D
RGB
CMYK
RGB Variations
Color information
#66CA2D (or 0x66CA2D) is known color: Apple. HEX triplet: 66, CA and 2D. RGB value is (102,202,45). Sum of RGB (Red+Green+Blue) = 102+202+45=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 202 (79.30% from 255 or 57.88% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CA2D is #9935D2. Grayscale: #9A9A9A. Windows color (decimal): -10040787 or 3000934. OLE color: 3000934.
HSL color Cylindrical-coordinate representation of color #66CA2D: hue angle of 98.22º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66CA2D is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 45 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.21 |
| HSL | 98.22º | 0.64% | 0.48% | - |
| HSV(B) | 98.22º | 0.78% | 0.79% | - |
| XYZ | 27.07 | 45.26 | 9.79 | - |
| YUV | 154.2 | 66.37 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 45 | 0.50 | 0 | 0.78 | 0.21 | 98.22 | 0.64 | 0.48 |
| Hex | 66 | CA | 2D | 32 | 0 | 4E | 15 | 62 | 40 | 30 |
| Octal | 146 | 312 | 55 | 62 | 0 | 116 | 25 | 142 | 100 | 60 |
| Binary | 1100110 | 11001010 | 101101 | 110010 | 0 | 1001110 | 10101 | 1100010 | 1000000 | 110000 |
Color Harmonies of #66CA2D
Complementary color
Monochromatic Colors of #66CA2D
Black with #66CA2D
Text Example
Text Example
White with #66CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CA2D; }
p { color: rgb(102,202,45); }
H1.HeaderClassName
{
color: #66CA2D;
}
.AnyTagClassName
{
color: #66CA2D;
}
</style>
background-color css
<style>
a { background-color: #66CA2D; }
a { background-color: rgb(102,202,45); }
div.DivClassName
{
background-color: #66CA2D;
}
.BgClassName
{
background-color: #66CA2D;
}
</style>
border-color css
<style>
span { border-color: #66CA2D; }
span { border-color: rgb(102,202,45); }
td.TdClassName
{
border-color: #66CA2D;
}
.TagClassName
{
border-color: #66CA2D;
}
</style>