Shades of Screamin' Green #64F17F
Tints of Screamin' Green #64F17F
RGB
CMYK
RGB Variations
Color information
#64F17F (or 0x64F17F) is known color: Screamin' Green. HEX triplet: 64, F1 and 7F. RGB value is (100,241,127). Sum of RGB (Red+Green+Blue) = 100+241+127=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #64F17F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F17F is #9B0E80. Grayscale: #BABABA. Windows color (decimal): -10161793 or 8384868. OLE color: 8384868.
HSL color Cylindrical-coordinate representation of color #64F17F: hue angle of 131.49º degrees, saturation: 0.83, 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 #64F17F is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 241 | 127 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.05 |
| HSL | 131.49º | 0.83% | 0.67% | - |
| HSV(B) | 131.49º | 0.59% | 0.95% | - |
| XYZ | 40.54 | 67.15 | 30.9 | - |
| YUV | 185.85 | 94.79 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 241 | 127 | 0.59 | 0 | 0.47 | 0.05 | 131.49 | 0.83 | 0.67 |
| Hex | 64 | F1 | 7F | 3B | 0 | 2F | 5 | 83 | 53 | 43 |
| Octal | 144 | 361 | 177 | 73 | 0 | 57 | 5 | 203 | 123 | 103 |
| Binary | 1100100 | 11110001 | 1111111 | 111011 | 0 | 101111 | 101 | 10000011 | 1010011 | 1000011 |
Color Harmonies of #64F17F
Complementary color
Monochromatic Colors of #64F17F
Black with #64F17F
Text Example
Text Example
White with #64F17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F17F; }
p { color: rgb(100,241,127); }
H1.HeaderClassName
{
color: #64F17F;
}
.AnyTagClassName
{
color: #64F17F;
}
</style>
background-color css
<style>
a { background-color: #64F17F; }
a { background-color: rgb(100,241,127); }
div.DivClassName
{
background-color: #64F17F;
}
.BgClassName
{
background-color: #64F17F;
}
</style>
border-color css
<style>
span { border-color: #64F17F; }
span { border-color: rgb(100,241,127); }
td.TdClassName
{
border-color: #64F17F;
}
.TagClassName
{
border-color: #64F17F;
}
</style>