Shades of Apple #64D23B
Tints of Apple #64D23B
RGB
CMYK
RGB Variations
Color information
#64D23B (or 0x64D23B) is known color: Apple. HEX triplet: 64, D2 and 3B. RGB value is (100,210,59). Sum of RGB (Red+Green+Blue) = 100+210+59=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 210 (82.42% from 255 or 56.91% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 210 - color contains mainly: green. Hex color #64D23B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D23B is #9B2DC4. Grayscale: #A0A0A0. Windows color (decimal): -10169797 or 3920484. OLE color: 3920484.
HSL color Cylindrical-coordinate representation of color #64D23B: hue angle of 103.71º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64D23B is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 210 | 59 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.18 |
| HSL | 103.71º | 0.63% | 0.53% | - |
| HSV(B) | 103.71º | 0.72% | 0.82% | - |
| XYZ | 29.09 | 49.12 | 12.09 | - |
| YUV | 159.9 | 71.06 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 210 | 59 | 0.52 | 0 | 0.72 | 0.18 | 103.71 | 0.63 | 0.53 |
| Hex | 64 | D2 | 3B | 34 | 0 | 48 | 12 | 68 | 3F | 35 |
| Octal | 144 | 322 | 73 | 64 | 0 | 110 | 22 | 150 | 77 | 65 |
| Binary | 1100100 | 11010010 | 111011 | 110100 | 0 | 1001000 | 10010 | 1101000 | 111111 | 110101 |
Color Harmonies of #64D23B
Complementary color
Monochromatic Colors of #64D23B
Black with #64D23B
Text Example
Text Example
White with #64D23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D23B; }
p { color: rgb(100,210,59); }
H1.HeaderClassName
{
color: #64D23B;
}
.AnyTagClassName
{
color: #64D23B;
}
</style>
background-color css
<style>
a { background-color: #64D23B; }
a { background-color: rgb(100,210,59); }
div.DivClassName
{
background-color: #64D23B;
}
.BgClassName
{
background-color: #64D23B;
}
</style>
border-color css
<style>
span { border-color: #64D23B; }
span { border-color: rgb(100,210,59); }
td.TdClassName
{
border-color: #64D23B;
}
.TagClassName
{
border-color: #64D23B;
}
</style>