Shades of Screamin' Green #64F27C
Tints of Screamin' Green #64F27C
RGB
CMYK
RGB Variations
Color information
#64F27C (or 0x64F27C) is known color: Screamin' Green. HEX triplet: 64, F2 and 7C. RGB value is (100,242,124). Sum of RGB (Red+Green+Blue) = 100+242+124=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #64F27C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F27C is #9B0D83. Grayscale: #BABABA. Windows color (decimal): -10161540 or 8188516. OLE color: 8188516.
HSL color Cylindrical-coordinate representation of color #64F27C: hue angle of 130.14º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F27C is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 124 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.05 |
| HSL | 130.14º | 0.85% | 0.67% | - |
| HSV(B) | 130.14º | 0.59% | 0.95% | - |
| XYZ | 40.65 | 67.67 | 29.99 | - |
| YUV | 186.09 | 92.96 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 124 | 0.59 | 0 | 0.49 | 0.05 | 130.14 | 0.85 | 0.67 |
| Hex | 64 | F2 | 7C | 3B | 0 | 31 | 5 | 82 | 55 | 43 |
| Octal | 144 | 362 | 174 | 73 | 0 | 61 | 5 | 202 | 125 | 103 |
| Binary | 1100100 | 11110010 | 1111100 | 111011 | 0 | 110001 | 101 | 10000010 | 1010101 | 1000011 |
Color Harmonies of #64F27C
Complementary color
Monochromatic Colors of #64F27C
Black with #64F27C
Text Example
Text Example
White with #64F27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F27C; }
p { color: rgb(100,242,124); }
H1.HeaderClassName
{
color: #64F27C;
}
.AnyTagClassName
{
color: #64F27C;
}
</style>
background-color css
<style>
a { background-color: #64F27C; }
a { background-color: rgb(100,242,124); }
div.DivClassName
{
background-color: #64F27C;
}
.BgClassName
{
background-color: #64F27C;
}
</style>
border-color css
<style>
span { border-color: #64F27C; }
span { border-color: rgb(100,242,124); }
td.TdClassName
{
border-color: #64F27C;
}
.TagClassName
{
border-color: #64F27C;
}
</style>