Shades of Screamin' Green #71FB3A
Tints of Screamin' Green #71FB3A
RGB
CMYK
RGB Variations
Color information
#71FB3A (or 0x71FB3A) is known color: Screamin' Green. HEX triplet: 71, FB and 3A. RGB value is (113,251,58). Sum of RGB (Red+Green+Blue) = 113+251+58=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 251 (98.44% from 255 or 59.48% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 251 - color contains mainly: green. Hex color #71FB3A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71FB3A is #8E04C5. Grayscale: #BCBCBC. Windows color (decimal): -9307334 or 3865457. OLE color: 3865457.
HSL color Cylindrical-coordinate representation of color #71FB3A: hue angle of 102.9º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71FB3A is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 251 | 58 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.02 |
| HSL | 102.9º | 0.96% | 0.61% | - |
| HSV(B) | 102.9º | 0.77% | 0.98% | - |
| XYZ | 42.07 | 72.81 | 15.84 | - |
| YUV | 187.74 | 54.78 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 251 | 58 | 0.55 | 0 | 0.77 | 0.02 | 102.9 | 0.96 | 0.61 |
| Hex | 71 | FB | 3A | 37 | 0 | 4D | 2 | 67 | 60 | 3D |
| Octal | 161 | 373 | 72 | 67 | 0 | 115 | 2 | 147 | 140 | 75 |
| Binary | 1110001 | 11111011 | 111010 | 110111 | 0 | 1001101 | 10 | 1100111 | 1100000 | 111101 |
Color Harmonies of #71FB3A
Complementary color
Monochromatic Colors of #71FB3A
Black with #71FB3A
Text Example
Text Example
White with #71FB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FB3A; }
p { color: rgb(113,251,58); }
H1.HeaderClassName
{
color: #71FB3A;
}
.AnyTagClassName
{
color: #71FB3A;
}
</style>
background-color css
<style>
a { background-color: #71FB3A; }
a { background-color: rgb(113,251,58); }
div.DivClassName
{
background-color: #71FB3A;
}
.BgClassName
{
background-color: #71FB3A;
}
</style>
border-color css
<style>
span { border-color: #71FB3A; }
span { border-color: rgb(113,251,58); }
td.TdClassName
{
border-color: #71FB3A;
}
.TagClassName
{
border-color: #71FB3A;
}
</style>