Shades of Screamin' Green #68F075
Tints of Screamin' Green #68F075
RGB
CMYK
RGB Variations
Color information
#68F075 (or 0x68F075) is known color: Screamin' Green. HEX triplet: 68, F0 and 75. RGB value is (104,240,117). Sum of RGB (Red+Green+Blue) = 104+240+117=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #68F075 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68F075 is #970F8A. Grayscale: #B9B9B9. Windows color (decimal): -9899915 or 7729256. OLE color: 7729256.
HSL color Cylindrical-coordinate representation of color #68F075: hue angle of 125.74º 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 #68F075 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 117 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.06 |
| HSL | 125.74º | 0.82% | 0.67% | - |
| HSV(B) | 125.74º | 0.57% | 0.94% | - |
| XYZ | 40.08 | 66.55 | 27.56 | - |
| YUV | 185.31 | 89.44 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 117 | 0.57 | 0 | 0.51 | 0.06 | 125.74 | 0.82 | 0.67 |
| Hex | 68 | F0 | 75 | 39 | 0 | 33 | 6 | 7E | 52 | 43 |
| Octal | 150 | 360 | 165 | 71 | 0 | 63 | 6 | 176 | 122 | 103 |
| Binary | 1101000 | 11110000 | 1110101 | 111001 | 0 | 110011 | 110 | 1111110 | 1010010 | 1000011 |
Color Harmonies of #68F075
Complementary color
Monochromatic Colors of #68F075
Black with #68F075
Text Example
Text Example
White with #68F075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F075; }
p { color: rgb(104,240,117); }
H1.HeaderClassName
{
color: #68F075;
}
.AnyTagClassName
{
color: #68F075;
}
</style>
background-color css
<style>
a { background-color: #68F075; }
a { background-color: rgb(104,240,117); }
div.DivClassName
{
background-color: #68F075;
}
.BgClassName
{
background-color: #68F075;
}
</style>
border-color css
<style>
span { border-color: #68F075; }
span { border-color: rgb(104,240,117); }
td.TdClassName
{
border-color: #68F075;
}
.TagClassName
{
border-color: #68F075;
}
</style>