Shades of Screamin' Green #64F26F
Tints of Screamin' Green #64F26F
RGB
CMYK
RGB Variations
Color information
#64F26F (or 0x64F26F) is known color: Screamin' Green. HEX triplet: 64, F2 and 6F. RGB value is (100,242,111). Sum of RGB (Red+Green+Blue) = 100+242+111=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 242 (94.92% from 255 or 53.42% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 242 - color contains mainly: green. Hex color #64F26F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F26F is #9B0D90. Grayscale: #B8B8B8. Windows color (decimal): -10161553 or 7336548. OLE color: 7336548.
HSL color Cylindrical-coordinate representation of color #64F26F: hue angle of 124.65º degrees, saturation: 0.85, 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 #64F26F is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 111 | - |
| CMYK | 0.59 | 0 | 0.54 | 0.05 |
| HSL | 124.65º | 0.85% | 0.67% | - |
| HSV(B) | 124.65º | 0.59% | 0.95% | - |
| XYZ | 39.88 | 67.36 | 25.94 | - |
| YUV | 184.61 | 86.46 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 111 | 0.59 | 0 | 0.54 | 0.05 | 124.65 | 0.85 | 0.67 |
| Hex | 64 | F2 | 6F | 3B | 0 | 36 | 5 | 7D | 55 | 43 |
| Octal | 144 | 362 | 157 | 73 | 0 | 66 | 5 | 175 | 125 | 103 |
| Binary | 1100100 | 11110010 | 1101111 | 111011 | 0 | 110110 | 101 | 1111101 | 1010101 | 1000011 |
Color Harmonies of #64F26F
Complementary color
Monochromatic Colors of #64F26F
Black with #64F26F
Text Example
Text Example
White with #64F26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F26F; }
p { color: rgb(100,242,111); }
H1.HeaderClassName
{
color: #64F26F;
}
.AnyTagClassName
{
color: #64F26F;
}
</style>
background-color css
<style>
a { background-color: #64F26F; }
a { background-color: rgb(100,242,111); }
div.DivClassName
{
background-color: #64F26F;
}
.BgClassName
{
background-color: #64F26F;
}
</style>
border-color css
<style>
span { border-color: #64F26F; }
span { border-color: rgb(100,242,111); }
td.TdClassName
{
border-color: #64F26F;
}
.TagClassName
{
border-color: #64F26F;
}
</style>