Shades of Screamin' Green #68F352
Tints of Screamin' Green #68F352
RGB
CMYK
RGB Variations
Color information
#68F352 (or 0x68F352) is known color: Screamin' Green. HEX triplet: 68, F3 and 52. RGB value is (104,243,82). Sum of RGB (Red+Green+Blue) = 104+243+82=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #68F352 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68F352 is #970CAD. Grayscale: #B7B7B7. Windows color (decimal): -9899182 or 5436264. OLE color: 5436264.
HSL color Cylindrical-coordinate representation of color #68F352: hue angle of 111.8º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68F352 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 243 | 82 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.05 |
| HSL | 111.8º | 0.87% | 0.64% | - |
| HSV(B) | 111.8º | 0.66% | 0.95% | - |
| XYZ | 39.28 | 67.65 | 18.97 | - |
| YUV | 183.09 | 70.95 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 243 | 82 | 0.57 | 0 | 0.66 | 0.05 | 111.8 | 0.87 | 0.64 |
| Hex | 68 | F3 | 52 | 39 | 0 | 42 | 5 | 70 | 57 | 40 |
| Octal | 150 | 363 | 122 | 71 | 0 | 102 | 5 | 160 | 127 | 100 |
| Binary | 1101000 | 11110011 | 1010010 | 111001 | 0 | 1000010 | 101 | 1110000 | 1010111 | 1000000 |
Color Harmonies of #68F352
Complementary color
Monochromatic Colors of #68F352
Black with #68F352
Text Example
Text Example
White with #68F352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F352; }
p { color: rgb(104,243,82); }
H1.HeaderClassName
{
color: #68F352;
}
.AnyTagClassName
{
color: #68F352;
}
</style>
background-color css
<style>
a { background-color: #68F352; }
a { background-color: rgb(104,243,82); }
div.DivClassName
{
background-color: #68F352;
}
.BgClassName
{
background-color: #68F352;
}
</style>
border-color css
<style>
span { border-color: #68F352; }
span { border-color: rgb(104,243,82); }
td.TdClassName
{
border-color: #68F352;
}
.TagClassName
{
border-color: #68F352;
}
</style>