Shades of Screamin' Green #68FA82
Tints of Screamin' Green #68FA82
RGB
CMYK
RGB Variations
Color information
#68FA82 (or 0x68FA82) is known color: Screamin' Green. HEX triplet: 68, FA and 82. RGB value is (104,250,130). Sum of RGB (Red+Green+Blue) = 104+250+130=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #68FA82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FA82 is #97057D. Grayscale: #C1C1C1. Windows color (decimal): -9897342 or 8583784. OLE color: 8583784.
HSL color Cylindrical-coordinate representation of color #68FA82: hue angle of 130.68º degrees, saturation: 0.94, 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 #68FA82 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 130 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.02 |
| HSL | 130.68º | 0.94% | 0.69% | - |
| HSV(B) | 130.68º | 0.58% | 0.98% | - |
| XYZ | 43.92 | 72.93 | 32.88 | - |
| YUV | 192.67 | 92.63 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 130 | 0.58 | 0 | 0.48 | 0.02 | 130.68 | 0.94 | 0.69 |
| Hex | 68 | FA | 82 | 3A | 0 | 30 | 2 | 83 | 5E | 45 |
| Octal | 150 | 372 | 202 | 72 | 0 | 60 | 2 | 203 | 136 | 105 |
| Binary | 1101000 | 11111010 | 10000010 | 111010 | 0 | 110000 | 10 | 10000011 | 1011110 | 1000101 |
Color Harmonies of #68FA82
Complementary color
Monochromatic Colors of #68FA82
Black with #68FA82
Text Example
Text Example
White with #68FA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FA82; }
p { color: rgb(104,250,130); }
H1.HeaderClassName
{
color: #68FA82;
}
.AnyTagClassName
{
color: #68FA82;
}
</style>
background-color css
<style>
a { background-color: #68FA82; }
a { background-color: rgb(104,250,130); }
div.DivClassName
{
background-color: #68FA82;
}
.BgClassName
{
background-color: #68FA82;
}
</style>
border-color css
<style>
span { border-color: #68FA82; }
span { border-color: rgb(104,250,130); }
td.TdClassName
{
border-color: #68FA82;
}
.TagClassName
{
border-color: #68FA82;
}
</style>