Shades of Apple #64BF42
Tints of Apple #64BF42
RGB
CMYK
RGB Variations
Color information
#64BF42 (or 0x64BF42) is known color: Apple. HEX triplet: 64, BF and 42. RGB value is (100,191,66). Sum of RGB (Red+Green+Blue) = 100+191+66=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BF42 is #9B40BD. Grayscale: #959595. Windows color (decimal): -10174654 or 4374372. OLE color: 4374372.
HSL color Cylindrical-coordinate representation of color #64BF42: hue angle of 103.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64BF42 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 66 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.25 |
| HSL | 103.68º | 0.49% | 0.5% | - |
| HSV(B) | 103.68º | 0.65% | 0.75% | - |
| XYZ | 24.87 | 40.36 | 11.63 | - |
| YUV | 149.54 | 80.85 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 66 | 0.48 | 0 | 0.65 | 0.25 | 103.68 | 0.49 | 0.5 |
| Hex | 64 | BF | 42 | 30 | 0 | 41 | 19 | 68 | 31 | 32 |
| Octal | 144 | 277 | 102 | 60 | 0 | 101 | 31 | 150 | 61 | 62 |
| Binary | 1100100 | 10111111 | 1000010 | 110000 | 0 | 1000001 | 11001 | 1101000 | 110001 | 110010 |
Color Harmonies of #64BF42
Complementary color
Monochromatic Colors of #64BF42
Black with #64BF42
Text Example
Text Example
White with #64BF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BF42; }
p { color: rgb(100,191,66); }
H1.HeaderClassName
{
color: #64BF42;
}
.AnyTagClassName
{
color: #64BF42;
}
</style>
background-color css
<style>
a { background-color: #64BF42; }
a { background-color: rgb(100,191,66); }
div.DivClassName
{
background-color: #64BF42;
}
.BgClassName
{
background-color: #64BF42;
}
</style>
border-color css
<style>
span { border-color: #64BF42; }
span { border-color: rgb(100,191,66); }
td.TdClassName
{
border-color: #64BF42;
}
.TagClassName
{
border-color: #64BF42;
}
</style>