Shades of Apple #64CF34
Tints of Apple #64CF34
RGB
CMYK
RGB Variations
Color information
#64CF34 (or 0x64CF34) is known color: Apple. HEX triplet: 64, CF and 34. RGB value is (100,207,52). Sum of RGB (Red+Green+Blue) = 100+207+52=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 207 (81.25% from 255 or 57.66% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CF34 is #9B30CB. Grayscale: #9D9D9D. Windows color (decimal): -10170572 or 3460964. OLE color: 3460964.
HSL color Cylindrical-coordinate representation of color #64CF34: hue angle of 101.42º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64CF34 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 207 | 52 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.19 |
| HSL | 101.42º | 0.62% | 0.51% | - |
| HSV(B) | 101.42º | 0.75% | 0.81% | - |
| XYZ | 28.19 | 47.58 | 10.95 | - |
| YUV | 157.34 | 68.55 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 207 | 52 | 0.52 | 0 | 0.75 | 0.19 | 101.42 | 0.62 | 0.51 |
| Hex | 64 | CF | 34 | 34 | 0 | 4B | 13 | 65 | 3E | 33 |
| Octal | 144 | 317 | 64 | 64 | 0 | 113 | 23 | 145 | 76 | 63 |
| Binary | 1100100 | 11001111 | 110100 | 110100 | 0 | 1001011 | 10011 | 1100101 | 111110 | 110011 |
Color Harmonies of #64CF34
Complementary color
Monochromatic Colors of #64CF34
Black with #64CF34
Text Example
Text Example
White with #64CF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CF34; }
p { color: rgb(100,207,52); }
H1.HeaderClassName
{
color: #64CF34;
}
.AnyTagClassName
{
color: #64CF34;
}
</style>
background-color css
<style>
a { background-color: #64CF34; }
a { background-color: rgb(100,207,52); }
div.DivClassName
{
background-color: #64CF34;
}
.BgClassName
{
background-color: #64CF34;
}
</style>
border-color css
<style>
span { border-color: #64CF34; }
span { border-color: rgb(100,207,52); }
td.TdClassName
{
border-color: #64CF34;
}
.TagClassName
{
border-color: #64CF34;
}
</style>