Shades of Apple #64CB42
Tints of Apple #64CB42
RGB
CMYK
RGB Variations
Color information
#64CB42 (or 0x64CB42) is known color: Apple. HEX triplet: 64, CB and 42. RGB value is (100,203,66). Sum of RGB (Red+Green+Blue) = 100+203+66=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CB42 is #9B34BD. Grayscale: #9D9D9D. Windows color (decimal): -10171582 or 4377444. OLE color: 4377444.
HSL color Cylindrical-coordinate representation of color #64CB42: hue angle of 105.11º 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 #64CB42 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 203 | 66 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.20 |
| HSL | 105.11º | 0.57% | 0.53% | - |
| HSV(B) | 105.11º | 0.67% | 0.8% | - |
| XYZ | 27.59 | 45.81 | 12.54 | - |
| YUV | 156.59 | 76.88 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 66 | 0.51 | 0 | 0.67 | 0.20 | 105.11 | 0.57 | 0.53 |
| Hex | 64 | CB | 42 | 33 | 0 | 43 | 14 | 69 | 39 | 35 |
| Octal | 144 | 313 | 102 | 63 | 0 | 103 | 24 | 151 | 71 | 65 |
| Binary | 1100100 | 11001011 | 1000010 | 110011 | 0 | 1000011 | 10100 | 1101001 | 111001 | 110101 |
Color Harmonies of #64CB42
Complementary color
Monochromatic Colors of #64CB42
Black with #64CB42
Text Example
Text Example
White with #64CB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CB42; }
p { color: rgb(100,203,66); }
H1.HeaderClassName
{
color: #64CB42;
}
.AnyTagClassName
{
color: #64CB42;
}
</style>
background-color css
<style>
a { background-color: #64CB42; }
a { background-color: rgb(100,203,66); }
div.DivClassName
{
background-color: #64CB42;
}
.BgClassName
{
background-color: #64CB42;
}
</style>
border-color css
<style>
span { border-color: #64CB42; }
span { border-color: rgb(100,203,66); }
td.TdClassName
{
border-color: #64CB42;
}
.TagClassName
{
border-color: #64CB42;
}
</style>