Shades of Screamin' Green #68F072
Tints of Screamin' Green #68F072
RGB
CMYK
RGB Variations
Color information
#68F072 (or 0x68F072) is known color: Screamin' Green. HEX triplet: 68, F0 and 72. RGB value is (104,240,114). Sum of RGB (Red+Green+Blue) = 104+240+114=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #68F072 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68F072 is #970F8D. Grayscale: #B9B9B9. Windows color (decimal): -9899918 or 7532648. OLE color: 7532648.
HSL color Cylindrical-coordinate representation of color #68F072: hue angle of 124.41º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F072 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 114 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.06 |
| HSL | 124.41º | 0.82% | 0.67% | - |
| HSV(B) | 124.41º | 0.57% | 0.94% | - |
| XYZ | 39.91 | 66.48 | 26.65 | - |
| YUV | 184.97 | 87.94 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 114 | 0.57 | 0 | 0.52 | 0.06 | 124.41 | 0.82 | 0.67 |
| Hex | 68 | F0 | 72 | 39 | 0 | 34 | 6 | 7C | 52 | 43 |
| Octal | 150 | 360 | 162 | 71 | 0 | 64 | 6 | 174 | 122 | 103 |
| Binary | 1101000 | 11110000 | 1110010 | 111001 | 0 | 110100 | 110 | 1111100 | 1010010 | 1000011 |
Color Harmonies of #68F072
Complementary color
Monochromatic Colors of #68F072
Black with #68F072
Text Example
Text Example
White with #68F072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F072; }
p { color: rgb(104,240,114); }
H1.HeaderClassName
{
color: #68F072;
}
.AnyTagClassName
{
color: #68F072;
}
</style>
background-color css
<style>
a { background-color: #68F072; }
a { background-color: rgb(104,240,114); }
div.DivClassName
{
background-color: #68F072;
}
.BgClassName
{
background-color: #68F072;
}
</style>
border-color css
<style>
span { border-color: #68F072; }
span { border-color: rgb(104,240,114); }
td.TdClassName
{
border-color: #68F072;
}
.TagClassName
{
border-color: #68F072;
}
</style>