Shades of Screamin' Green #76F16A
Tints of Screamin' Green #76F16A
RGB
CMYK
RGB Variations
Color information
#76F16A (or 0x76F16A) is known color: Screamin' Green. HEX triplet: 76, F1 and 6A. RGB value is (118,241,106). Sum of RGB (Red+Green+Blue) = 118+241+106=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #76F16A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F16A is #890E95. Grayscale: #BDBDBD. Windows color (decimal): -8982166 or 7008630. OLE color: 7008630.
HSL color Cylindrical-coordinate representation of color #76F16A: hue angle of 114.67º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76F16A is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 241 | 106 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.05 |
| HSL | 114.67º | 0.83% | 0.68% | - |
| HSV(B) | 114.67º | 0.56% | 0.95% | - |
| XYZ | 41.53 | 67.8 | 24.53 | - |
| YUV | 188.83 | 81.25 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 241 | 106 | 0.51 | 0 | 0.56 | 0.05 | 114.67 | 0.83 | 0.68 |
| Hex | 76 | F1 | 6A | 33 | 0 | 38 | 5 | 73 | 53 | 44 |
| Octal | 166 | 361 | 152 | 63 | 0 | 70 | 5 | 163 | 123 | 104 |
| Binary | 1110110 | 11110001 | 1101010 | 110011 | 0 | 111000 | 101 | 1110011 | 1010011 | 1000100 |
Color Harmonies of #76F16A
Complementary color
Monochromatic Colors of #76F16A
Black with #76F16A
Text Example
Text Example
White with #76F16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F16A; }
p { color: rgb(118,241,106); }
H1.HeaderClassName
{
color: #76F16A;
}
.AnyTagClassName
{
color: #76F16A;
}
</style>
background-color css
<style>
a { background-color: #76F16A; }
a { background-color: rgb(118,241,106); }
div.DivClassName
{
background-color: #76F16A;
}
.BgClassName
{
background-color: #76F16A;
}
</style>
border-color css
<style>
span { border-color: #76F16A; }
span { border-color: rgb(118,241,106); }
td.TdClassName
{
border-color: #76F16A;
}
.TagClassName
{
border-color: #76F16A;
}
</style>