Shades of Screamin' Green #64FF6E
Tints of Screamin' Green #64FF6E
RGB
CMYK
RGB Variations
Color information
#64FF6E (or 0x64FF6E) is known color: Screamin' Green. HEX triplet: 64, FF and 6E. RGB value is (100,255,110). Sum of RGB (Red+Green+Blue) = 100+255+110=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF6E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FF6E is #9B0091. Grayscale: #C0C0C0. Windows color (decimal): -10158226 or 7274340. OLE color: 7274340.
HSL color Cylindrical-coordinate representation of color #64FF6E: hue angle of 123.87º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FF6E is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 110 | - |
| CMYK | 0.61 | 0 | 0.57 | 0 |
| HSL | 123.87º | 1% | 0.7% | - |
| HSV(B) | 123.87º | 0.61% | 1% | - |
| XYZ | 43.83 | 75.36 | 26.99 | - |
| YUV | 192.13 | 81.65 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 110 | 0.61 | 0 | 0.57 | 0 | 123.87 | 1 | 0.7 |
| Hex | 64 | FF | 6E | 3D | 0 | 39 | 0 | 7C | 64 | 46 |
| Octal | 144 | 377 | 156 | 75 | 0 | 71 | 0 | 174 | 144 | 106 |
| Binary | 1100100 | 11111111 | 1101110 | 111101 | 0 | 111001 | 0 | 1111100 | 1100100 | 1000110 |
Color Harmonies of #64FF6E
Complementary color
Monochromatic Colors of #64FF6E
Black with #64FF6E
Text Example
Text Example
White with #64FF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF6E; }
p { color: rgb(100,255,110); }
H1.HeaderClassName
{
color: #64FF6E;
}
.AnyTagClassName
{
color: #64FF6E;
}
</style>
background-color css
<style>
a { background-color: #64FF6E; }
a { background-color: rgb(100,255,110); }
div.DivClassName
{
background-color: #64FF6E;
}
.BgClassName
{
background-color: #64FF6E;
}
</style>
border-color css
<style>
span { border-color: #64FF6E; }
span { border-color: rgb(100,255,110); }
td.TdClassName
{
border-color: #64FF6E;
}
.TagClassName
{
border-color: #64FF6E;
}
</style>