Shades of Screamin' Green #64F03B
Tints of Screamin' Green #64F03B
RGB
CMYK
RGB Variations
Color information
#64F03B (or 0x64F03B) is known color: Screamin' Green. HEX triplet: 64, F0 and 3B. RGB value is (100,240,59). Sum of RGB (Red+Green+Blue) = 100+240+59=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 240 (94.14% from 255 or 60.15% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 240 - color contains mainly: green. Hex color #64F03B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F03B is #9B0FC4. Grayscale: #B2B2B2. Windows color (decimal): -10162117 or 3928164. OLE color: 3928164.
HSL color Cylindrical-coordinate representation of color #64F03B: hue angle of 106.41º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64F03B is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 240 | 59 | - |
| CMYK | 0.58 | 0 | 0.75 | 0.06 |
| HSL | 106.41º | 0.86% | 0.59% | - |
| HSV(B) | 106.41º | 0.75% | 0.94% | - |
| XYZ | 37.21 | 65.35 | 14.79 | - |
| YUV | 177.51 | 61.12 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 240 | 59 | 0.58 | 0 | 0.75 | 0.06 | 106.41 | 0.86 | 0.59 |
| Hex | 64 | F0 | 3B | 3A | 0 | 4B | 6 | 6A | 56 | 3B |
| Octal | 144 | 360 | 73 | 72 | 0 | 113 | 6 | 152 | 126 | 73 |
| Binary | 1100100 | 11110000 | 111011 | 111010 | 0 | 1001011 | 110 | 1101010 | 1010110 | 111011 |
Color Harmonies of #64F03B
Complementary color
Monochromatic Colors of #64F03B
Black with #64F03B
Text Example
Text Example
White with #64F03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F03B; }
p { color: rgb(100,240,59); }
H1.HeaderClassName
{
color: #64F03B;
}
.AnyTagClassName
{
color: #64F03B;
}
</style>
background-color css
<style>
a { background-color: #64F03B; }
a { background-color: rgb(100,240,59); }
div.DivClassName
{
background-color: #64F03B;
}
.BgClassName
{
background-color: #64F03B;
}
</style>
border-color css
<style>
span { border-color: #64F03B; }
span { border-color: rgb(100,240,59); }
td.TdClassName
{
border-color: #64F03B;
}
.TagClassName
{
border-color: #64F03B;
}
</style>