Shades of Screamin' Green #64F280
Tints of Screamin' Green #64F280
RGB
CMYK
RGB Variations
Color information
#64F280 (or 0x64F280) is known color: Screamin' Green. HEX triplet: 64, F2 and 80. RGB value is (100,242,128). Sum of RGB (Red+Green+Blue) = 100+242+128=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #64F280 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F280 is #9B0D7F. Grayscale: #BABABA. Windows color (decimal): -10161536 or 8450660. OLE color: 8450660.
HSL color Cylindrical-coordinate representation of color #64F280: hue angle of 131.83º 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 #64F280 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 128 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.05 |
| HSL | 131.83º | 0.85% | 0.67% | - |
| HSV(B) | 131.83º | 0.59% | 0.95% | - |
| XYZ | 40.9 | 67.77 | 31.35 | - |
| YUV | 186.55 | 94.96 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 128 | 0.59 | 0 | 0.47 | 0.05 | 131.83 | 0.85 | 0.67 |
| Hex | 64 | F2 | 80 | 3B | 0 | 2F | 5 | 84 | 55 | 43 |
| Octal | 144 | 362 | 200 | 73 | 0 | 57 | 5 | 204 | 125 | 103 |
| Binary | 1100100 | 11110010 | 10000000 | 111011 | 0 | 101111 | 101 | 10000100 | 1010101 | 1000011 |
Color Harmonies of #64F280
Complementary color
Monochromatic Colors of #64F280
Black with #64F280
Text Example
Text Example
White with #64F280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F280; }
p { color: rgb(100,242,128); }
H1.HeaderClassName
{
color: #64F280;
}
.AnyTagClassName
{
color: #64F280;
}
</style>
background-color css
<style>
a { background-color: #64F280; }
a { background-color: rgb(100,242,128); }
div.DivClassName
{
background-color: #64F280;
}
.BgClassName
{
background-color: #64F280;
}
</style>
border-color css
<style>
span { border-color: #64F280; }
span { border-color: rgb(100,242,128); }
td.TdClassName
{
border-color: #64F280;
}
.TagClassName
{
border-color: #64F280;
}
</style>