Shades of Apple #66CB48
Tints of Apple #66CB48
RGB
CMYK
RGB Variations
Color information
#66CB48 (or 0x66CB48) is known color: Apple. HEX triplet: 66, CB and 48. RGB value is (102,203,72). Sum of RGB (Red+Green+Blue) = 102+203+72=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 203 (79.69% from 255 or 53.85% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 203 - color contains mainly: green. Hex color #66CB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CB48 is #9934B7. Grayscale: #9E9E9E. Windows color (decimal): -10040504 or 4770662. OLE color: 4770662.
HSL color Cylindrical-coordinate representation of color #66CB48: hue angle of 106.26º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66CB48 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 203 | 72 | - |
| CMYK | 0.50 | 0 | 0.65 | 0.20 |
| HSL | 106.26º | 0.56% | 0.54% | - |
| HSV(B) | 106.26º | 0.65% | 0.8% | - |
| XYZ | 28.01 | 46 | 13.53 | - |
| YUV | 157.87 | 79.54 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 203 | 72 | 0.50 | 0 | 0.65 | 0.20 | 106.26 | 0.56 | 0.54 |
| Hex | 66 | CB | 48 | 32 | 0 | 41 | 14 | 6A | 38 | 36 |
| Octal | 146 | 313 | 110 | 62 | 0 | 101 | 24 | 152 | 70 | 66 |
| Binary | 1100110 | 11001011 | 1001000 | 110010 | 0 | 1000001 | 10100 | 1101010 | 111000 | 110110 |
Color Harmonies of #66CB48
Complementary color
Monochromatic Colors of #66CB48
Black with #66CB48
Text Example
Text Example
White with #66CB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CB48; }
p { color: rgb(102,203,72); }
H1.HeaderClassName
{
color: #66CB48;
}
.AnyTagClassName
{
color: #66CB48;
}
</style>
background-color css
<style>
a { background-color: #66CB48; }
a { background-color: rgb(102,203,72); }
div.DivClassName
{
background-color: #66CB48;
}
.BgClassName
{
background-color: #66CB48;
}
</style>
border-color css
<style>
span { border-color: #66CB48; }
span { border-color: rgb(102,203,72); }
td.TdClassName
{
border-color: #66CB48;
}
.TagClassName
{
border-color: #66CB48;
}
</style>