Shades of Apple #64CD36
Tints of Apple #64CD36
RGB
CMYK
RGB Variations
Color information
#64CD36 (or 0x64CD36) is known color: Apple. HEX triplet: 64, CD and 36. RGB value is (100,205,54). Sum of RGB (Red+Green+Blue) = 100+205+54=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CD36 is #9B32C9. Grayscale: #9C9C9C. Windows color (decimal): -10171082 or 3591524. OLE color: 3591524.
HSL color Cylindrical-coordinate representation of color #64CD36: hue angle of 101.72º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64CD36 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 205 | 54 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.20 |
| HSL | 101.72º | 0.6% | 0.51% | - |
| HSV(B) | 101.72º | 0.74% | 0.8% | - |
| XYZ | 27.75 | 46.64 | 11.03 | - |
| YUV | 156.39 | 70.21 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 205 | 54 | 0.51 | 0 | 0.74 | 0.20 | 101.72 | 0.6 | 0.51 |
| Hex | 64 | CD | 36 | 33 | 0 | 4A | 14 | 66 | 3C | 33 |
| Octal | 144 | 315 | 66 | 63 | 0 | 112 | 24 | 146 | 74 | 63 |
| Binary | 1100100 | 11001101 | 110110 | 110011 | 0 | 1001010 | 10100 | 1100110 | 111100 | 110011 |
Color Harmonies of #64CD36
Complementary color
Monochromatic Colors of #64CD36
Black with #64CD36
Text Example
Text Example
White with #64CD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CD36; }
p { color: rgb(100,205,54); }
H1.HeaderClassName
{
color: #64CD36;
}
.AnyTagClassName
{
color: #64CD36;
}
</style>
background-color css
<style>
a { background-color: #64CD36; }
a { background-color: rgb(100,205,54); }
div.DivClassName
{
background-color: #64CD36;
}
.BgClassName
{
background-color: #64CD36;
}
</style>
border-color css
<style>
span { border-color: #64CD36; }
span { border-color: rgb(100,205,54); }
td.TdClassName
{
border-color: #64CD36;
}
.TagClassName
{
border-color: #64CD36;
}
</style>