Shades of Screamin' Green #64F37D
Tints of Screamin' Green #64F37D
RGB
CMYK
RGB Variations
Color information
#64F37D (or 0x64F37D) is known color: Screamin' Green. HEX triplet: 64, F3 and 7D. RGB value is (100,243,125). Sum of RGB (Red+Green+Blue) = 100+243+125=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 243 (95.31% from 255 or 51.92% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 243 - color contains mainly: green. Hex color #64F37D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F37D is #9B0C82. Grayscale: #BBBBBB. Windows color (decimal): -10161283 or 8254308. OLE color: 8254308.
HSL color Cylindrical-coordinate representation of color #64F37D: hue angle of 130.49º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F37D is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 243 | 125 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.05 |
| HSL | 130.49º | 0.86% | 0.67% | - |
| HSV(B) | 130.49º | 0.59% | 0.95% | - |
| XYZ | 41.01 | 68.29 | 30.42 | - |
| YUV | 186.79 | 93.12 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 243 | 125 | 0.59 | 0 | 0.49 | 0.05 | 130.49 | 0.86 | 0.67 |
| Hex | 64 | F3 | 7D | 3B | 0 | 31 | 5 | 82 | 56 | 43 |
| Octal | 144 | 363 | 175 | 73 | 0 | 61 | 5 | 202 | 126 | 103 |
| Binary | 1100100 | 11110011 | 1111101 | 111011 | 0 | 110001 | 101 | 10000010 | 1010110 | 1000011 |
Color Harmonies of #64F37D
Complementary color
Monochromatic Colors of #64F37D
Black with #64F37D
Text Example
Text Example
White with #64F37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F37D; }
p { color: rgb(100,243,125); }
H1.HeaderClassName
{
color: #64F37D;
}
.AnyTagClassName
{
color: #64F37D;
}
</style>
background-color css
<style>
a { background-color: #64F37D; }
a { background-color: rgb(100,243,125); }
div.DivClassName
{
background-color: #64F37D;
}
.BgClassName
{
background-color: #64F37D;
}
</style>
border-color css
<style>
span { border-color: #64F37D; }
span { border-color: rgb(100,243,125); }
td.TdClassName
{
border-color: #64F37D;
}
.TagClassName
{
border-color: #64F37D;
}
</style>