Shades of Screamin' Green #76F168
Tints of Screamin' Green #76F168
RGB
CMYK
RGB Variations
Color information
#76F168 (or 0x76F168) is known color: Screamin' Green. HEX triplet: 76, F1 and 68. RGB value is (118,241,104). Sum of RGB (Red+Green+Blue) = 118+241+104=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #76F168 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F168 is #890E97. Grayscale: #BDBDBD. Windows color (decimal): -8982168 or 6877558. OLE color: 6877558.
HSL color Cylindrical-coordinate representation of color #76F168: hue angle of 113.87º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76F168 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 241 | 104 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.05 |
| HSL | 113.87º | 0.83% | 0.68% | - |
| HSV(B) | 113.87º | 0.57% | 0.95% | - |
| XYZ | 41.43 | 67.76 | 23.99 | - |
| YUV | 188.61 | 80.25 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 241 | 104 | 0.51 | 0 | 0.57 | 0.05 | 113.87 | 0.83 | 0.68 |
| Hex | 76 | F1 | 68 | 33 | 0 | 39 | 5 | 72 | 53 | 44 |
| Octal | 166 | 361 | 150 | 63 | 0 | 71 | 5 | 162 | 123 | 104 |
| Binary | 1110110 | 11110001 | 1101000 | 110011 | 0 | 111001 | 101 | 1110010 | 1010011 | 1000100 |
Color Harmonies of #76F168
Complementary color
Monochromatic Colors of #76F168
Black with #76F168
Text Example
Text Example
White with #76F168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F168; }
p { color: rgb(118,241,104); }
H1.HeaderClassName
{
color: #76F168;
}
.AnyTagClassName
{
color: #76F168;
}
</style>
background-color css
<style>
a { background-color: #76F168; }
a { background-color: rgb(118,241,104); }
div.DivClassName
{
background-color: #76F168;
}
.BgClassName
{
background-color: #76F168;
}
</style>
border-color css
<style>
span { border-color: #76F168; }
span { border-color: rgb(118,241,104); }
td.TdClassName
{
border-color: #76F168;
}
.TagClassName
{
border-color: #76F168;
}
</style>