Shades of Screamin' Green #64FD58
Tints of Screamin' Green #64FD58
RGB
CMYK
RGB Variations
Color information
#64FD58 (or 0x64FD58) is known color: Screamin' Green. HEX triplet: 64, FD and 58. RGB value is (100,253,88). Sum of RGB (Red+Green+Blue) = 100+253+88=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 253 (99.22% from 255 or 57.37% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 253 - color contains mainly: green. Hex color #64FD58 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FD58 is #9B02A7. Grayscale: #BCBCBC. Windows color (decimal): -10158760 or 5832036. OLE color: 5832036.
HSL color Cylindrical-coordinate representation of color #64FD58: hue angle of 115.64º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64FD58 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 253 | 88 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.01 |
| HSL | 115.64º | 0.98% | 0.67% | - |
| HSV(B) | 115.64º | 0.65% | 0.99% | - |
| XYZ | 42.14 | 73.66 | 21.23 | - |
| YUV | 188.44 | 71.31 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 253 | 88 | 0.60 | 0 | 0.65 | 0.01 | 115.64 | 0.98 | 0.67 |
| Hex | 64 | FD | 58 | 3C | 0 | 41 | 1 | 74 | 62 | 43 |
| Octal | 144 | 375 | 130 | 74 | 0 | 101 | 1 | 164 | 142 | 103 |
| Binary | 1100100 | 11111101 | 1011000 | 111100 | 0 | 1000001 | 1 | 1110100 | 1100010 | 1000011 |
Color Harmonies of #64FD58
Complementary color
Monochromatic Colors of #64FD58
Black with #64FD58
Text Example
Text Example
White with #64FD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FD58; }
p { color: rgb(100,253,88); }
H1.HeaderClassName
{
color: #64FD58;
}
.AnyTagClassName
{
color: #64FD58;
}
</style>
background-color css
<style>
a { background-color: #64FD58; }
a { background-color: rgb(100,253,88); }
div.DivClassName
{
background-color: #64FD58;
}
.BgClassName
{
background-color: #64FD58;
}
</style>
border-color css
<style>
span { border-color: #64FD58; }
span { border-color: rgb(100,253,88); }
td.TdClassName
{
border-color: #64FD58;
}
.TagClassName
{
border-color: #64FD58;
}
</style>