Shades of Apple #66CB43
Tints of Apple #66CB43
RGB
CMYK
RGB Variations
Color information
#66CB43 (or 0x66CB43) is known color: Apple. HEX triplet: 66, CB and 43. RGB value is (102,203,67). Sum of RGB (Red+Green+Blue) = 102+203+67=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 203 (79.69% from 255 or 54.57% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 203 - color contains mainly: green. Hex color #66CB43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CB43 is #9934BC. Grayscale: #9D9D9D. Windows color (decimal): -10040509 or 4442982. OLE color: 4442982.
HSL color Cylindrical-coordinate representation of color #66CB43: hue angle of 104.56º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66CB43 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 203 | 67 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.20 |
| HSL | 104.56º | 0.57% | 0.53% | - |
| HSV(B) | 104.56º | 0.67% | 0.8% | - |
| XYZ | 27.85 | 45.94 | 12.71 | - |
| YUV | 157.3 | 77.04 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 203 | 67 | 0.50 | 0 | 0.67 | 0.20 | 104.56 | 0.57 | 0.53 |
| Hex | 66 | CB | 43 | 32 | 0 | 43 | 14 | 69 | 39 | 35 |
| Octal | 146 | 313 | 103 | 62 | 0 | 103 | 24 | 151 | 71 | 65 |
| Binary | 1100110 | 11001011 | 1000011 | 110010 | 0 | 1000011 | 10100 | 1101001 | 111001 | 110101 |
Color Harmonies of #66CB43
Complementary color
Monochromatic Colors of #66CB43
Black with #66CB43
Text Example
Text Example
White with #66CB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CB43; }
p { color: rgb(102,203,67); }
H1.HeaderClassName
{
color: #66CB43;
}
.AnyTagClassName
{
color: #66CB43;
}
</style>
background-color css
<style>
a { background-color: #66CB43; }
a { background-color: rgb(102,203,67); }
div.DivClassName
{
background-color: #66CB43;
}
.BgClassName
{
background-color: #66CB43;
}
</style>
border-color css
<style>
span { border-color: #66CB43; }
span { border-color: rgb(102,203,67); }
td.TdClassName
{
border-color: #66CB43;
}
.TagClassName
{
border-color: #66CB43;
}
</style>