Shades of Screamin' Green #68F442
Tints of Screamin' Green #68F442
RGB
CMYK
RGB Variations
Color information
#68F442 (or 0x68F442) is known color: Screamin' Green. HEX triplet: 68, F4 and 42. RGB value is (104,244,66). Sum of RGB (Red+Green+Blue) = 104+244+66=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 244 (95.70% from 255 or 58.94% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 244 - color contains mainly: green. Hex color #68F442 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68F442 is #970BBD. Grayscale: #B6B6B6. Windows color (decimal): -9898942 or 4387944. OLE color: 4387944.
HSL color Cylindrical-coordinate representation of color #68F442: hue angle of 107.19º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68F442 is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 244 | 66 | - |
| CMYK | 0.57 | 0 | 0.73 | 0.04 |
| HSL | 107.19º | 0.89% | 0.61% | - |
| HSV(B) | 107.19º | 0.73% | 0.96% | - |
| XYZ | 39.04 | 68.04 | 16.23 | - |
| YUV | 181.85 | 62.62 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 244 | 66 | 0.57 | 0 | 0.73 | 0.04 | 107.19 | 0.89 | 0.61 |
| Hex | 68 | F4 | 42 | 39 | 0 | 49 | 4 | 6B | 59 | 3D |
| Octal | 150 | 364 | 102 | 71 | 0 | 111 | 4 | 153 | 131 | 75 |
| Binary | 1101000 | 11110100 | 1000010 | 111001 | 0 | 1001001 | 100 | 1101011 | 1011001 | 111101 |
Color Harmonies of #68F442
Complementary color
Monochromatic Colors of #68F442
Black with #68F442
Text Example
Text Example
White with #68F442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F442; }
p { color: rgb(104,244,66); }
H1.HeaderClassName
{
color: #68F442;
}
.AnyTagClassName
{
color: #68F442;
}
</style>
background-color css
<style>
a { background-color: #68F442; }
a { background-color: rgb(104,244,66); }
div.DivClassName
{
background-color: #68F442;
}
.BgClassName
{
background-color: #68F442;
}
</style>
border-color css
<style>
span { border-color: #68F442; }
span { border-color: rgb(104,244,66); }
td.TdClassName
{
border-color: #68F442;
}
.TagClassName
{
border-color: #68F442;
}
</style>