Shades of Apple #64D238
Tints of Apple #64D238
RGB
CMYK
RGB Variations
Color information
#64D238 (or 0x64D238) is known color: Apple. HEX triplet: 64, D2 and 38. RGB value is (100,210,56). Sum of RGB (Red+Green+Blue) = 100+210+56=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 210 (82.42% from 255 or 57.38% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 210 - color contains mainly: green. Hex color #64D238 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D238 is #9B2DC7. Grayscale: #A0A0A0. Windows color (decimal): -10169800 or 3723876. OLE color: 3723876.
HSL color Cylindrical-coordinate representation of color #64D238: hue angle of 102.86º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64D238 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 210 | 56 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.18 |
| HSL | 102.86º | 0.63% | 0.52% | - |
| HSV(B) | 102.86º | 0.73% | 0.82% | - |
| XYZ | 29.02 | 49.09 | 11.69 | - |
| YUV | 159.55 | 69.56 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 210 | 56 | 0.52 | 0 | 0.73 | 0.18 | 102.86 | 0.63 | 0.52 |
| Hex | 64 | D2 | 38 | 34 | 0 | 49 | 12 | 67 | 3F | 34 |
| Octal | 144 | 322 | 70 | 64 | 0 | 111 | 22 | 147 | 77 | 64 |
| Binary | 1100100 | 11010010 | 111000 | 110100 | 0 | 1001001 | 10010 | 1100111 | 111111 | 110100 |
Color Harmonies of #64D238
Complementary color
Monochromatic Colors of #64D238
Black with #64D238
Text Example
Text Example
White with #64D238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D238; }
p { color: rgb(100,210,56); }
H1.HeaderClassName
{
color: #64D238;
}
.AnyTagClassName
{
color: #64D238;
}
</style>
background-color css
<style>
a { background-color: #64D238; }
a { background-color: rgb(100,210,56); }
div.DivClassName
{
background-color: #64D238;
}
.BgClassName
{
background-color: #64D238;
}
</style>
border-color css
<style>
span { border-color: #64D238; }
span { border-color: rgb(100,210,56); }
td.TdClassName
{
border-color: #64D238;
}
.TagClassName
{
border-color: #64D238;
}
</style>