Shades of Screamin' Green #64EE68
Tints of Screamin' Green #64EE68
RGB
CMYK
RGB Variations
Color information
#64EE68 (or 0x64EE68) is known color: Screamin' Green. HEX triplet: 64, EE and 68. RGB value is (100,238,104). Sum of RGB (Red+Green+Blue) = 100+238+104=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 238 (93.36% from 255 or 53.85% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 238 - color contains mainly: green. Hex color #64EE68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64EE68 is #9B1197. Grayscale: #B5B5B5. Windows color (decimal): -10162584 or 6876772. OLE color: 6876772.
HSL color Cylindrical-coordinate representation of color #64EE68: hue angle of 121.74º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EE68 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 238 | 104 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.07 |
| HSL | 121.74º | 0.8% | 0.66% | - |
| HSV(B) | 121.74º | 0.58% | 0.93% | - |
| XYZ | 38.33 | 64.86 | 23.6 | - |
| YUV | 181.46 | 84.28 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 104 | 0.58 | 0 | 0.56 | 0.07 | 121.74 | 0.8 | 0.66 |
| Hex | 64 | EE | 68 | 3A | 0 | 38 | 7 | 7A | 50 | 42 |
| Octal | 144 | 356 | 150 | 72 | 0 | 70 | 7 | 172 | 120 | 102 |
| Binary | 1100100 | 11101110 | 1101000 | 111010 | 0 | 111000 | 111 | 1111010 | 1010000 | 1000010 |
Color Harmonies of #64EE68
Complementary color
Monochromatic Colors of #64EE68
Black with #64EE68
Text Example
Text Example
White with #64EE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EE68; }
p { color: rgb(100,238,104); }
H1.HeaderClassName
{
color: #64EE68;
}
.AnyTagClassName
{
color: #64EE68;
}
</style>
background-color css
<style>
a { background-color: #64EE68; }
a { background-color: rgb(100,238,104); }
div.DivClassName
{
background-color: #64EE68;
}
.BgClassName
{
background-color: #64EE68;
}
</style>
border-color css
<style>
span { border-color: #64EE68; }
span { border-color: rgb(100,238,104); }
td.TdClassName
{
border-color: #64EE68;
}
.TagClassName
{
border-color: #64EE68;
}
</style>