Shades of Screamin' Green #68FC50
Tints of Screamin' Green #68FC50
RGB
CMYK
RGB Variations
Color information
#68FC50 (or 0x68FC50) is known color: Screamin' Green. HEX triplet: 68, FC and 50. RGB value is (104,252,80). Sum of RGB (Red+Green+Blue) = 104+252+80=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 252 (98.83% from 255 or 57.80% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 252 - color contains mainly: green. Hex color #68FC50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68FC50 is #9703AF. Grayscale: #BCBCBC. Windows color (decimal): -9896880 or 5307496. OLE color: 5307496.
HSL color Cylindrical-coordinate representation of color #68FC50: hue angle of 111.63º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68FC50 is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 80 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.01 |
| HSL | 111.63º | 0.97% | 0.65% | - |
| HSV(B) | 111.63º | 0.68% | 0.99% | - |
| XYZ | 41.97 | 73.14 | 19.5 | - |
| YUV | 188.14 | 66.97 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 80 | 0.59 | 0 | 0.68 | 0.01 | 111.63 | 0.97 | 0.65 |
| Hex | 68 | FC | 50 | 3B | 0 | 44 | 1 | 70 | 61 | 41 |
| Octal | 150 | 374 | 120 | 73 | 0 | 104 | 1 | 160 | 141 | 101 |
| Binary | 1101000 | 11111100 | 1010000 | 111011 | 0 | 1000100 | 1 | 1110000 | 1100001 | 1000001 |
Color Harmonies of #68FC50
Complementary color
Monochromatic Colors of #68FC50
Black with #68FC50
Text Example
Text Example
White with #68FC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FC50; }
p { color: rgb(104,252,80); }
H1.HeaderClassName
{
color: #68FC50;
}
.AnyTagClassName
{
color: #68FC50;
}
</style>
background-color css
<style>
a { background-color: #68FC50; }
a { background-color: rgb(104,252,80); }
div.DivClassName
{
background-color: #68FC50;
}
.BgClassName
{
background-color: #68FC50;
}
</style>
border-color css
<style>
span { border-color: #68FC50; }
span { border-color: rgb(104,252,80); }
td.TdClassName
{
border-color: #68FC50;
}
.TagClassName
{
border-color: #68FC50;
}
</style>