Shades of Screamin' Green #68EF38
Tints of Screamin' Green #68EF38
RGB
CMYK
RGB Variations
Color information
#68EF38 (or 0x68EF38) is known color: Screamin' Green. HEX triplet: 68, EF and 38. RGB value is (104,239,56). Sum of RGB (Red+Green+Blue) = 104+239+56=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 239 (93.75% from 255 or 59.90% from 399); Blue value is 56 (22.27% from 255 or 14.04% from 399); Max value from RGB is 239 - color contains mainly: green. Hex color #68EF38 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68EF38 is #9710C7. Grayscale: #B2B2B2. Windows color (decimal): -9900232 or 3731304. OLE color: 3731304.
HSL color Cylindrical-coordinate representation of color #68EF38: hue angle of 104.26º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68EF38 is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 56 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.06 |
| HSL | 104.26º | 0.85% | 0.58% | - |
| HSV(B) | 104.26º | 0.77% | 0.94% | - |
| XYZ | 37.29 | 64.96 | 14.31 | - |
| YUV | 177.77 | 59.27 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 56 | 0.56 | 0 | 0.77 | 0.06 | 104.26 | 0.85 | 0.58 |
| Hex | 68 | EF | 38 | 38 | 0 | 4D | 6 | 68 | 55 | 3A |
| Octal | 150 | 357 | 70 | 70 | 0 | 115 | 6 | 150 | 125 | 72 |
| Binary | 1101000 | 11101111 | 111000 | 111000 | 0 | 1001101 | 110 | 1101000 | 1010101 | 111010 |
Color Harmonies of #68EF38
Complementary color
Monochromatic Colors of #68EF38
Black with #68EF38
Text Example
Text Example
White with #68EF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EF38; }
p { color: rgb(104,239,56); }
H1.HeaderClassName
{
color: #68EF38;
}
.AnyTagClassName
{
color: #68EF38;
}
</style>
background-color css
<style>
a { background-color: #68EF38; }
a { background-color: rgb(104,239,56); }
div.DivClassName
{
background-color: #68EF38;
}
.BgClassName
{
background-color: #68EF38;
}
</style>
border-color css
<style>
span { border-color: #68EF38; }
span { border-color: rgb(104,239,56); }
td.TdClassName
{
border-color: #68EF38;
}
.TagClassName
{
border-color: #68EF38;
}
</style>