Shades of Screamin' Green #64FE7D
Tints of Screamin' Green #64FE7D
RGB
CMYK
RGB Variations
Color information
#64FE7D (or 0x64FE7D) is known color: Screamin' Green. HEX triplet: 64, FE and 7D. RGB value is (100,254,125). Sum of RGB (Red+Green+Blue) = 100+254+125=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 254 (99.61% from 255 or 53.03% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 254 - color contains mainly: green. Hex color #64FE7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FE7D is #9B0182. Grayscale: #C1C1C1. Windows color (decimal): -10158467 or 8257124. OLE color: 8257124.
HSL color Cylindrical-coordinate representation of color #64FE7D: hue angle of 129.74º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FE7D is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 125 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.00 |
| HSL | 129.74º | 0.99% | 0.69% | - |
| HSV(B) | 129.74º | 0.61% | 1% | - |
| XYZ | 44.4 | 75.07 | 31.55 | - |
| YUV | 193.25 | 89.48 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 125 | 0.61 | 0 | 0.51 | 0.00 | 129.74 | 0.99 | 0.69 |
| Hex | 64 | FE | 7D | 3D | 0 | 33 | 0 | 82 | 63 | 45 |
| Octal | 144 | 376 | 175 | 75 | 0 | 63 | 0 | 202 | 143 | 105 |
| Binary | 1100100 | 11111110 | 1111101 | 111101 | 0 | 110011 | 0 | 10000010 | 1100011 | 1000101 |
Color Harmonies of #64FE7D
Complementary color
Monochromatic Colors of #64FE7D
Black with #64FE7D
Text Example
Text Example
White with #64FE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FE7D; }
p { color: rgb(100,254,125); }
H1.HeaderClassName
{
color: #64FE7D;
}
.AnyTagClassName
{
color: #64FE7D;
}
</style>
background-color css
<style>
a { background-color: #64FE7D; }
a { background-color: rgb(100,254,125); }
div.DivClassName
{
background-color: #64FE7D;
}
.BgClassName
{
background-color: #64FE7D;
}
</style>
border-color css
<style>
span { border-color: #64FE7D; }
span { border-color: rgb(100,254,125); }
td.TdClassName
{
border-color: #64FE7D;
}
.TagClassName
{
border-color: #64FE7D;
}
</style>