Shades of Screamin' Green #64F074
Tints of Screamin' Green #64F074
RGB
CMYK
RGB Variations
Color information
#64F074 (or 0x64F074) is known color: Screamin' Green. HEX triplet: 64, F0 and 74. RGB value is (100,240,116). Sum of RGB (Red+Green+Blue) = 100+240+116=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #64F074 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F074 is #9B0F8B. Grayscale: #B8B8B8. Windows color (decimal): -10162060 or 7663716. OLE color: 7663716.
HSL color Cylindrical-coordinate representation of color #64F074: hue angle of 126.86º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64F074 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 240 | 116 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.06 |
| HSL | 126.86º | 0.82% | 0.67% | - |
| HSV(B) | 126.86º | 0.58% | 0.94% | - |
| XYZ | 39.57 | 66.29 | 27.23 | - |
| YUV | 184 | 89.62 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 240 | 116 | 0.58 | 0 | 0.52 | 0.06 | 126.86 | 0.82 | 0.67 |
| Hex | 64 | F0 | 74 | 3A | 0 | 34 | 6 | 7F | 52 | 43 |
| Octal | 144 | 360 | 164 | 72 | 0 | 64 | 6 | 177 | 122 | 103 |
| Binary | 1100100 | 11110000 | 1110100 | 111010 | 0 | 110100 | 110 | 1111111 | 1010010 | 1000011 |
Color Harmonies of #64F074
Complementary color
Monochromatic Colors of #64F074
Black with #64F074
Text Example
Text Example
White with #64F074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F074; }
p { color: rgb(100,240,116); }
H1.HeaderClassName
{
color: #64F074;
}
.AnyTagClassName
{
color: #64F074;
}
</style>
background-color css
<style>
a { background-color: #64F074; }
a { background-color: rgb(100,240,116); }
div.DivClassName
{
background-color: #64F074;
}
.BgClassName
{
background-color: #64F074;
}
</style>
border-color css
<style>
span { border-color: #64F074; }
span { border-color: rgb(100,240,116); }
td.TdClassName
{
border-color: #64F074;
}
.TagClassName
{
border-color: #64F074;
}
</style>