Shades of Apple #64CB35
Tints of Apple #64CB35
RGB
CMYK
RGB Variations
Color information
#64CB35 (or 0x64CB35) is known color: Apple. HEX triplet: 64, CB and 35. RGB value is (100,203,53). Sum of RGB (Red+Green+Blue) = 100+203+53=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CB35 is #9B34CA. Grayscale: #9B9B9B. Windows color (decimal): -10171595 or 3525476. OLE color: 3525476.
HSL color Cylindrical-coordinate representation of color #64CB35: hue angle of 101.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64CB35 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 203 | 53 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.20 |
| HSL | 101.2º | 0.59% | 0.5% | - |
| HSV(B) | 101.2º | 0.74% | 0.8% | - |
| XYZ | 27.25 | 45.68 | 10.75 | - |
| YUV | 155.1 | 70.38 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 53 | 0.51 | 0 | 0.74 | 0.20 | 101.2 | 0.59 | 0.5 |
| Hex | 64 | CB | 35 | 33 | 0 | 4A | 14 | 65 | 3B | 32 |
| Octal | 144 | 313 | 65 | 63 | 0 | 112 | 24 | 145 | 73 | 62 |
| Binary | 1100100 | 11001011 | 110101 | 110011 | 0 | 1001010 | 10100 | 1100101 | 111011 | 110010 |
Color Harmonies of #64CB35
Complementary color
Monochromatic Colors of #64CB35
Black with #64CB35
Text Example
Text Example
White with #64CB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CB35; }
p { color: rgb(100,203,53); }
H1.HeaderClassName
{
color: #64CB35;
}
.AnyTagClassName
{
color: #64CB35;
}
</style>
background-color css
<style>
a { background-color: #64CB35; }
a { background-color: rgb(100,203,53); }
div.DivClassName
{
background-color: #64CB35;
}
.BgClassName
{
background-color: #64CB35;
}
</style>
border-color css
<style>
span { border-color: #64CB35; }
span { border-color: rgb(100,203,53); }
td.TdClassName
{
border-color: #64CB35;
}
.TagClassName
{
border-color: #64CB35;
}
</style>