Shades of Screamin' Green #71FB6C
Tints of Screamin' Green #71FB6C
RGB
CMYK
RGB Variations
Color information
#71FB6C (or 0x71FB6C) is known color: Screamin' Green. HEX triplet: 71, FB and 6C. RGB value is (113,251,108). Sum of RGB (Red+Green+Blue) = 113+251+108=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 251 (98.44% from 255 or 53.18% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 251 - color contains mainly: green. Hex color #71FB6C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71FB6C is #8E0493. Grayscale: #C1C1C1. Windows color (decimal): -9307284 or 7142257. OLE color: 7142257.
HSL color Cylindrical-coordinate representation of color #71FB6C: hue angle of 117.9º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71FB6C is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 251 | 108 | - |
| CMYK | 0.55 | 0 | 0.57 | 0.02 |
| HSL | 117.9º | 0.95% | 0.7% | - |
| HSV(B) | 117.9º | 0.57% | 0.98% | - |
| XYZ | 44.01 | 73.59 | 26.07 | - |
| YUV | 193.44 | 79.78 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 251 | 108 | 0.55 | 0 | 0.57 | 0.02 | 117.9 | 0.95 | 0.7 |
| Hex | 71 | FB | 6C | 37 | 0 | 39 | 2 | 76 | 5F | 46 |
| Octal | 161 | 373 | 154 | 67 | 0 | 71 | 2 | 166 | 137 | 106 |
| Binary | 1110001 | 11111011 | 1101100 | 110111 | 0 | 111001 | 10 | 1110110 | 1011111 | 1000110 |
Color Harmonies of #71FB6C
Complementary color
Monochromatic Colors of #71FB6C
Black with #71FB6C
Text Example
Text Example
White with #71FB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FB6C; }
p { color: rgb(113,251,108); }
H1.HeaderClassName
{
color: #71FB6C;
}
.AnyTagClassName
{
color: #71FB6C;
}
</style>
background-color css
<style>
a { background-color: #71FB6C; }
a { background-color: rgb(113,251,108); }
div.DivClassName
{
background-color: #71FB6C;
}
.BgClassName
{
background-color: #71FB6C;
}
</style>
border-color css
<style>
span { border-color: #71FB6C; }
span { border-color: rgb(113,251,108); }
td.TdClassName
{
border-color: #71FB6C;
}
.TagClassName
{
border-color: #71FB6C;
}
</style>