Shades of Screamin' Green #64F25C
Tints of Screamin' Green #64F25C
RGB
CMYK
RGB Variations
Color information
#64F25C (or 0x64F25C) is known color: Screamin' Green. HEX triplet: 64, F2 and 5C. RGB value is (100,242,92). Sum of RGB (Red+Green+Blue) = 100+242+92=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #64F25C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F25C is #9B0DA3. Grayscale: #B6B6B6. Windows color (decimal): -10161572 or 6091364. OLE color: 6091364.
HSL color Cylindrical-coordinate representation of color #64F25C: hue angle of 116.8º 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 #64F25C is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 92 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.05 |
| HSL | 116.8º | 0.85% | 0.65% | - |
| HSV(B) | 116.8º | 0.62% | 0.95% | - |
| XYZ | 38.94 | 66.99 | 21 | - |
| YUV | 182.44 | 76.96 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 92 | 0.59 | 0 | 0.62 | 0.05 | 116.8 | 0.85 | 0.65 |
| Hex | 64 | F2 | 5C | 3B | 0 | 3E | 5 | 75 | 55 | 41 |
| Octal | 144 | 362 | 134 | 73 | 0 | 76 | 5 | 165 | 125 | 101 |
| Binary | 1100100 | 11110010 | 1011100 | 111011 | 0 | 111110 | 101 | 1110101 | 1010101 | 1000001 |
Color Harmonies of #64F25C
Complementary color
Monochromatic Colors of #64F25C
Black with #64F25C
Text Example
Text Example
White with #64F25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F25C; }
p { color: rgb(100,242,92); }
H1.HeaderClassName
{
color: #64F25C;
}
.AnyTagClassName
{
color: #64F25C;
}
</style>
background-color css
<style>
a { background-color: #64F25C; }
a { background-color: rgb(100,242,92); }
div.DivClassName
{
background-color: #64F25C;
}
.BgClassName
{
background-color: #64F25C;
}
</style>
border-color css
<style>
span { border-color: #64F25C; }
span { border-color: rgb(100,242,92); }
td.TdClassName
{
border-color: #64F25C;
}
.TagClassName
{
border-color: #64F25C;
}
</style>