Shades of Screamin' Green #64FE7C
Tints of Screamin' Green #64FE7C
RGB
CMYK
RGB Variations
Color information
#64FE7C (or 0x64FE7C) is known color: Screamin' Green. HEX triplet: 64, FE and 7C. RGB value is (100,254,124). Sum of RGB (Red+Green+Blue) = 100+254+124=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #64FE7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FE7C is #9B0183. Grayscale: #C1C1C1. Windows color (decimal): -10158468 or 8191588. OLE color: 8191588.
HSL color Cylindrical-coordinate representation of color #64FE7C: hue angle of 129.35º 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 #64FE7C is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 124 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.00 |
| HSL | 129.35º | 0.99% | 0.69% | - |
| HSV(B) | 129.35º | 0.61% | 1% | - |
| XYZ | 44.34 | 75.05 | 31.22 | - |
| YUV | 193.13 | 88.98 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 124 | 0.61 | 0 | 0.51 | 0.00 | 129.35 | 0.99 | 0.69 |
| Hex | 64 | FE | 7C | 3D | 0 | 33 | 0 | 81 | 63 | 45 |
| Octal | 144 | 376 | 174 | 75 | 0 | 63 | 0 | 201 | 143 | 105 |
| Binary | 1100100 | 11111110 | 1111100 | 111101 | 0 | 110011 | 0 | 10000001 | 1100011 | 1000101 |
Color Harmonies of #64FE7C
Complementary color
Monochromatic Colors of #64FE7C
Black with #64FE7C
Text Example
Text Example
White with #64FE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FE7C; }
p { color: rgb(100,254,124); }
H1.HeaderClassName
{
color: #64FE7C;
}
.AnyTagClassName
{
color: #64FE7C;
}
</style>
background-color css
<style>
a { background-color: #64FE7C; }
a { background-color: rgb(100,254,124); }
div.DivClassName
{
background-color: #64FE7C;
}
.BgClassName
{
background-color: #64FE7C;
}
</style>
border-color css
<style>
span { border-color: #64FE7C; }
span { border-color: rgb(100,254,124); }
td.TdClassName
{
border-color: #64FE7C;
}
.TagClassName
{
border-color: #64FE7C;
}
</style>