Shades of Apple #66D533
Tints of Apple #66D533
RGB
CMYK
RGB Variations
Color information
#66D533 (or 0x66D533) is known color: Apple. HEX triplet: 66, D5 and 33. RGB value is (102,213,51). Sum of RGB (Red+Green+Blue) = 102+213+51=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 213 (83.59% from 255 or 58.20% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 213 - color contains mainly: green. Hex color #66D533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D533 is #992ACC. Grayscale: #A1A1A1. Windows color (decimal): -10037965 or 3396966. OLE color: 3396966.
HSL color Cylindrical-coordinate representation of color #66D533: hue angle of 101.11º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66D533 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 213 | 51 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.16 |
| HSL | 101.11º | 0.66% | 0.52% | - |
| HSV(B) | 101.11º | 0.76% | 0.84% | - |
| XYZ | 29.87 | 50.65 | 11.33 | - |
| YUV | 161.34 | 65.73 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 213 | 51 | 0.52 | 0 | 0.76 | 0.16 | 101.11 | 0.66 | 0.52 |
| Hex | 66 | D5 | 33 | 34 | 0 | 4C | 10 | 65 | 42 | 34 |
| Octal | 146 | 325 | 63 | 64 | 0 | 114 | 20 | 145 | 102 | 64 |
| Binary | 1100110 | 11010101 | 110011 | 110100 | 0 | 1001100 | 10000 | 1100101 | 1000010 | 110100 |
Color Harmonies of #66D533
Complementary color
Monochromatic Colors of #66D533
Black with #66D533
Text Example
Text Example
White with #66D533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D533; }
p { color: rgb(102,213,51); }
H1.HeaderClassName
{
color: #66D533;
}
.AnyTagClassName
{
color: #66D533;
}
</style>
background-color css
<style>
a { background-color: #66D533; }
a { background-color: rgb(102,213,51); }
div.DivClassName
{
background-color: #66D533;
}
.BgClassName
{
background-color: #66D533;
}
</style>
border-color css
<style>
span { border-color: #66D533; }
span { border-color: rgb(102,213,51); }
td.TdClassName
{
border-color: #66D533;
}
.TagClassName
{
border-color: #66D533;
}
</style>