Shades of Screamin' Green #68F142
Tints of Screamin' Green #68F142
RGB
CMYK
RGB Variations
Color information
#68F142 (or 0x68F142) is known color: Screamin' Green. HEX triplet: 68, F1 and 42. RGB value is (104,241,66). Sum of RGB (Red+Green+Blue) = 104+241+66=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 241 (94.53% from 255 or 58.64% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 241 - color contains mainly: green. Hex color #68F142 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68F142 is #970EBD. Grayscale: #B4B4B4. Windows color (decimal): -9899710 or 4387176. OLE color: 4387176.
HSL color Cylindrical-coordinate representation of color #68F142: hue angle of 106.97º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68F142 is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 241 | 66 | - |
| CMYK | 0.57 | 0 | 0.73 | 0.05 |
| HSL | 106.97º | 0.86% | 0.6% | - |
| HSV(B) | 106.97º | 0.73% | 0.95% | - |
| XYZ | 38.15 | 66.25 | 15.93 | - |
| YUV | 180.09 | 63.61 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 241 | 66 | 0.57 | 0 | 0.73 | 0.05 | 106.97 | 0.86 | 0.6 |
| Hex | 68 | F1 | 42 | 39 | 0 | 49 | 5 | 6B | 56 | 3C |
| Octal | 150 | 361 | 102 | 71 | 0 | 111 | 5 | 153 | 126 | 74 |
| Binary | 1101000 | 11110001 | 1000010 | 111001 | 0 | 1001001 | 101 | 1101011 | 1010110 | 111100 |
Color Harmonies of #68F142
Complementary color
Monochromatic Colors of #68F142
Black with #68F142
Text Example
Text Example
White with #68F142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F142; }
p { color: rgb(104,241,66); }
H1.HeaderClassName
{
color: #68F142;
}
.AnyTagClassName
{
color: #68F142;
}
</style>
background-color css
<style>
a { background-color: #68F142; }
a { background-color: rgb(104,241,66); }
div.DivClassName
{
background-color: #68F142;
}
.BgClassName
{
background-color: #68F142;
}
</style>
border-color css
<style>
span { border-color: #68F142; }
span { border-color: rgb(104,241,66); }
td.TdClassName
{
border-color: #68F142;
}
.TagClassName
{
border-color: #68F142;
}
</style>