Shades of Screamin' Green #76F25C
Tints of Screamin' Green #76F25C
RGB
CMYK
RGB Variations
Color information
#76F25C (or 0x76F25C) is known color: Screamin' Green. HEX triplet: 76, F2 and 5C. RGB value is (118,242,92). Sum of RGB (Red+Green+Blue) = 118+242+92=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #76F25C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F25C is #890DA3. Grayscale: #BCBCBC. Windows color (decimal): -8981924 or 6091382. OLE color: 6091382.
HSL color Cylindrical-coordinate representation of color #76F25C: hue angle of 109.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76F25C is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 242 | 92 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.05 |
| HSL | 109.6º | 0.85% | 0.65% | - |
| HSV(B) | 109.6º | 0.62% | 0.95% | - |
| XYZ | 41.16 | 68.13 | 21.11 | - |
| YUV | 187.82 | 73.92 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 242 | 92 | 0.51 | 0 | 0.62 | 0.05 | 109.6 | 0.85 | 0.65 |
| Hex | 76 | F2 | 5C | 33 | 0 | 3E | 5 | 6E | 55 | 41 |
| Octal | 166 | 362 | 134 | 63 | 0 | 76 | 5 | 156 | 125 | 101 |
| Binary | 1110110 | 11110010 | 1011100 | 110011 | 0 | 111110 | 101 | 1101110 | 1010101 | 1000001 |
Color Harmonies of #76F25C
Complementary color
Monochromatic Colors of #76F25C
Black with #76F25C
Text Example
Text Example
White with #76F25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F25C; }
p { color: rgb(118,242,92); }
H1.HeaderClassName
{
color: #76F25C;
}
.AnyTagClassName
{
color: #76F25C;
}
</style>
background-color css
<style>
a { background-color: #76F25C; }
a { background-color: rgb(118,242,92); }
div.DivClassName
{
background-color: #76F25C;
}
.BgClassName
{
background-color: #76F25C;
}
</style>
border-color css
<style>
span { border-color: #76F25C; }
span { border-color: rgb(118,242,92); }
td.TdClassName
{
border-color: #76F25C;
}
.TagClassName
{
border-color: #76F25C;
}
</style>