Shades of Screamin' Green #68F982
Tints of Screamin' Green #68F982
RGB
CMYK
RGB Variations
Color information
#68F982 (or 0x68F982) is known color: Screamin' Green. HEX triplet: 68, F9 and 82. RGB value is (104,249,130). Sum of RGB (Red+Green+Blue) = 104+249+130=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 249 (97.66% from 255 or 51.55% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 249 - color contains mainly: green. Hex color #68F982 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F982 is #97067D. Grayscale: #C0C0C0. Windows color (decimal): -9897598 or 8583528. OLE color: 8583528.
HSL color Cylindrical-coordinate representation of color #68F982: hue angle of 130.76º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F982 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 249 | 130 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.02 |
| HSL | 130.76º | 0.92% | 0.69% | - |
| HSV(B) | 130.76º | 0.58% | 0.98% | - |
| XYZ | 43.61 | 72.31 | 32.78 | - |
| YUV | 192.08 | 92.96 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 249 | 130 | 0.58 | 0 | 0.48 | 0.02 | 130.76 | 0.92 | 0.69 |
| Hex | 68 | F9 | 82 | 3A | 0 | 30 | 2 | 83 | 5C | 45 |
| Octal | 150 | 371 | 202 | 72 | 0 | 60 | 2 | 203 | 134 | 105 |
| Binary | 1101000 | 11111001 | 10000010 | 111010 | 0 | 110000 | 10 | 10000011 | 1011100 | 1000101 |
Color Harmonies of #68F982
Complementary color
Monochromatic Colors of #68F982
Black with #68F982
Text Example
Text Example
White with #68F982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F982; }
p { color: rgb(104,249,130); }
H1.HeaderClassName
{
color: #68F982;
}
.AnyTagClassName
{
color: #68F982;
}
</style>
background-color css
<style>
a { background-color: #68F982; }
a { background-color: rgb(104,249,130); }
div.DivClassName
{
background-color: #68F982;
}
.BgClassName
{
background-color: #68F982;
}
</style>
border-color css
<style>
span { border-color: #68F982; }
span { border-color: rgb(104,249,130); }
td.TdClassName
{
border-color: #68F982;
}
.TagClassName
{
border-color: #68F982;
}
</style>