Shades of Screamin' Green #68F052
Tints of Screamin' Green #68F052
RGB
CMYK
RGB Variations
Color information
#68F052 (or 0x68F052) is known color: Screamin' Green. HEX triplet: 68, F0 and 52. RGB value is (104,240,82). Sum of RGB (Red+Green+Blue) = 104+240+82=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 240 (94.14% from 255 or 56.34% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 240 - color contains mainly: green. Hex color #68F052 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68F052 is #970FAD. Grayscale: #B5B5B5. Windows color (decimal): -9899950 or 5435496. OLE color: 5435496.
HSL color Cylindrical-coordinate representation of color #68F052: hue angle of 111.65º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68F052 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 82 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.06 |
| HSL | 111.65º | 0.84% | 0.63% | - |
| HSV(B) | 111.65º | 0.66% | 0.94% | - |
| XYZ | 38.39 | 65.87 | 18.67 | - |
| YUV | 181.32 | 71.94 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 82 | 0.57 | 0 | 0.66 | 0.06 | 111.65 | 0.84 | 0.63 |
| Hex | 68 | F0 | 52 | 39 | 0 | 42 | 6 | 70 | 54 | 3F |
| Octal | 150 | 360 | 122 | 71 | 0 | 102 | 6 | 160 | 124 | 77 |
| Binary | 1101000 | 11110000 | 1010010 | 111001 | 0 | 1000010 | 110 | 1110000 | 1010100 | 111111 |
Color Harmonies of #68F052
Complementary color
Monochromatic Colors of #68F052
Black with #68F052
Text Example
Text Example
White with #68F052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F052; }
p { color: rgb(104,240,82); }
H1.HeaderClassName
{
color: #68F052;
}
.AnyTagClassName
{
color: #68F052;
}
</style>
background-color css
<style>
a { background-color: #68F052; }
a { background-color: rgb(104,240,82); }
div.DivClassName
{
background-color: #68F052;
}
.BgClassName
{
background-color: #68F052;
}
</style>
border-color css
<style>
span { border-color: #68F052; }
span { border-color: rgb(104,240,82); }
td.TdClassName
{
border-color: #68F052;
}
.TagClassName
{
border-color: #68F052;
}
</style>