Shades of Screamin' Green #64F450
Tints of Screamin' Green #64F450
RGB
CMYK
RGB Variations
Color information
#64F450 (or 0x64F450) is known color: Screamin' Green. HEX triplet: 64, F4 and 50. RGB value is (100,244,80). Sum of RGB (Red+Green+Blue) = 100+244+80=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 244 (95.70% from 255 or 57.55% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 244 - color contains mainly: green. Hex color #64F450 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F450 is #9B0BAF. Grayscale: #B6B6B6. Windows color (decimal): -10161072 or 5305444. OLE color: 5305444.
HSL color Cylindrical-coordinate representation of color #64F450: hue angle of 112.68º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64F450 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 244 | 80 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.04 |
| HSL | 112.68º | 0.88% | 0.64% | - |
| HSV(B) | 112.68º | 0.67% | 0.96% | - |
| XYZ | 39.05 | 67.99 | 18.65 | - |
| YUV | 182.25 | 70.29 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 244 | 80 | 0.59 | 0 | 0.67 | 0.04 | 112.68 | 0.88 | 0.64 |
| Hex | 64 | F4 | 50 | 3B | 0 | 43 | 4 | 71 | 58 | 40 |
| Octal | 144 | 364 | 120 | 73 | 0 | 103 | 4 | 161 | 130 | 100 |
| Binary | 1100100 | 11110100 | 1010000 | 111011 | 0 | 1000011 | 100 | 1110001 | 1011000 | 1000000 |
Color Harmonies of #64F450
Complementary color
Monochromatic Colors of #64F450
Black with #64F450
Text Example
Text Example
White with #64F450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F450; }
p { color: rgb(100,244,80); }
H1.HeaderClassName
{
color: #64F450;
}
.AnyTagClassName
{
color: #64F450;
}
</style>
background-color css
<style>
a { background-color: #64F450; }
a { background-color: rgb(100,244,80); }
div.DivClassName
{
background-color: #64F450;
}
.BgClassName
{
background-color: #64F450;
}
</style>
border-color css
<style>
span { border-color: #64F450; }
span { border-color: rgb(100,244,80); }
td.TdClassName
{
border-color: #64F450;
}
.TagClassName
{
border-color: #64F450;
}
</style>