Shades of Screamin' Green #68EA42
Tints of Screamin' Green #68EA42
RGB
CMYK
RGB Variations
Color information
#68EA42 (or 0x68EA42) is known color: Screamin' Green. HEX triplet: 68, EA and 42. RGB value is (104,234,66). Sum of RGB (Red+Green+Blue) = 104+234+66=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 234 (91.80% from 255 or 57.92% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 234 - color contains mainly: green. Hex color #68EA42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68EA42 is #9715BD. Grayscale: #B0B0B0. Windows color (decimal): -9901502 or 4385384. OLE color: 4385384.
HSL color Cylindrical-coordinate representation of color #68EA42: hue angle of 106.43º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68EA42 is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 66 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.08 |
| HSL | 106.43º | 0.8% | 0.59% | - |
| HSV(B) | 106.43º | 0.72% | 0.92% | - |
| XYZ | 36.12 | 62.18 | 15.25 | - |
| YUV | 175.98 | 65.93 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 66 | 0.56 | 0 | 0.72 | 0.08 | 106.43 | 0.8 | 0.59 |
| Hex | 68 | EA | 42 | 38 | 0 | 48 | 8 | 6A | 50 | 3B |
| Octal | 150 | 352 | 102 | 70 | 0 | 110 | 10 | 152 | 120 | 73 |
| Binary | 1101000 | 11101010 | 1000010 | 111000 | 0 | 1001000 | 1000 | 1101010 | 1010000 | 111011 |
Color Harmonies of #68EA42
Complementary color
Monochromatic Colors of #68EA42
Black with #68EA42
Text Example
Text Example
White with #68EA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EA42; }
p { color: rgb(104,234,66); }
H1.HeaderClassName
{
color: #68EA42;
}
.AnyTagClassName
{
color: #68EA42;
}
</style>
background-color css
<style>
a { background-color: #68EA42; }
a { background-color: rgb(104,234,66); }
div.DivClassName
{
background-color: #68EA42;
}
.BgClassName
{
background-color: #68EA42;
}
</style>
border-color css
<style>
span { border-color: #68EA42; }
span { border-color: rgb(104,234,66); }
td.TdClassName
{
border-color: #68EA42;
}
.TagClassName
{
border-color: #68EA42;
}
</style>