Shades of Screamin' Green #71F65A
Tints of Screamin' Green #71F65A
RGB
CMYK
RGB Variations
Color information
#71F65A (or 0x71F65A) is known color: Screamin' Green. HEX triplet: 71, F6 and 5A. RGB value is (113,246,90). Sum of RGB (Red+Green+Blue) = 113+246+90=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 246 (96.48% from 255 or 54.79% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 246 - color contains mainly: green. Hex color #71F65A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F65A is #8E09A5. Grayscale: #BCBCBC. Windows color (decimal): -9308582 or 5961329. OLE color: 5961329.
HSL color Cylindrical-coordinate representation of color #71F65A: hue angle of 111.15º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71F65A is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 246 | 90 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.04 |
| HSL | 111.15º | 0.9% | 0.66% | - |
| HSV(B) | 111.15º | 0.63% | 0.96% | - |
| XYZ | 41.61 | 70.16 | 21.02 | - |
| YUV | 188.45 | 72.44 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 246 | 90 | 0.54 | 0 | 0.63 | 0.04 | 111.15 | 0.9 | 0.66 |
| Hex | 71 | F6 | 5A | 36 | 0 | 3F | 4 | 6F | 5A | 42 |
| Octal | 161 | 366 | 132 | 66 | 0 | 77 | 4 | 157 | 132 | 102 |
| Binary | 1110001 | 11110110 | 1011010 | 110110 | 0 | 111111 | 100 | 1101111 | 1011010 | 1000010 |
Color Harmonies of #71F65A
Complementary color
Monochromatic Colors of #71F65A
Black with #71F65A
Text Example
Text Example
White with #71F65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F65A; }
p { color: rgb(113,246,90); }
H1.HeaderClassName
{
color: #71F65A;
}
.AnyTagClassName
{
color: #71F65A;
}
</style>
background-color css
<style>
a { background-color: #71F65A; }
a { background-color: rgb(113,246,90); }
div.DivClassName
{
background-color: #71F65A;
}
.BgClassName
{
background-color: #71F65A;
}
</style>
border-color css
<style>
span { border-color: #71F65A; }
span { border-color: rgb(113,246,90); }
td.TdClassName
{
border-color: #71F65A;
}
.TagClassName
{
border-color: #71F65A;
}
</style>