Shades of Screamin' Green #64F25B
Tints of Screamin' Green #64F25B
RGB
CMYK
RGB Variations
Color information
#64F25B (or 0x64F25B) is known color: Screamin' Green. HEX triplet: 64, F2 and 5B. RGB value is (100,242,91). Sum of RGB (Red+Green+Blue) = 100+242+91=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 242 (94.92% from 255 or 55.89% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 242 - color contains mainly: green. Hex color #64F25B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F25B is #9B0DA4. Grayscale: #B6B6B6. Windows color (decimal): -10161573 or 6025828. OLE color: 6025828.
HSL color Cylindrical-coordinate representation of color #64F25B: hue angle of 116.42º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64F25B is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 91 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.05 |
| HSL | 116.42º | 0.85% | 0.65% | - |
| HSV(B) | 116.42º | 0.62% | 0.95% | - |
| XYZ | 38.9 | 66.97 | 20.77 | - |
| YUV | 182.33 | 76.46 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 91 | 0.59 | 0 | 0.62 | 0.05 | 116.42 | 0.85 | 0.65 |
| Hex | 64 | F2 | 5B | 3B | 0 | 3E | 5 | 74 | 55 | 41 |
| Octal | 144 | 362 | 133 | 73 | 0 | 76 | 5 | 164 | 125 | 101 |
| Binary | 1100100 | 11110010 | 1011011 | 111011 | 0 | 111110 | 101 | 1110100 | 1010101 | 1000001 |
Color Harmonies of #64F25B
Complementary color
Monochromatic Colors of #64F25B
Black with #64F25B
Text Example
Text Example
White with #64F25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F25B; }
p { color: rgb(100,242,91); }
H1.HeaderClassName
{
color: #64F25B;
}
.AnyTagClassName
{
color: #64F25B;
}
</style>
background-color css
<style>
a { background-color: #64F25B; }
a { background-color: rgb(100,242,91); }
div.DivClassName
{
background-color: #64F25B;
}
.BgClassName
{
background-color: #64F25B;
}
</style>
border-color css
<style>
span { border-color: #64F25B; }
span { border-color: rgb(100,242,91); }
td.TdClassName
{
border-color: #64F25B;
}
.TagClassName
{
border-color: #64F25B;
}
</style>