Shades of Screamin' Green #71EF4A
Tints of Screamin' Green #71EF4A
RGB
CMYK
RGB Variations
Color information
#71EF4A (or 0x71EF4A) is known color: Screamin' Green. HEX triplet: 71, EF and 4A. RGB value is (113,239,74). Sum of RGB (Red+Green+Blue) = 113+239+74=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 239 (93.75% from 255 or 56.10% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 239 - color contains mainly: green. Hex color #71EF4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71EF4A is #8E10B5. Grayscale: #B7B7B7. Windows color (decimal): -9310390 or 4910961. OLE color: 4910961.
HSL color Cylindrical-coordinate representation of color #71EF4A: hue angle of 105.82º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71EF4A is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 239 | 74 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.06 |
| HSL | 105.82º | 0.84% | 0.61% | - |
| HSV(B) | 105.82º | 0.69% | 0.94% | - |
| XYZ | 38.91 | 65.74 | 17.12 | - |
| YUV | 182.52 | 66.76 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 239 | 74 | 0.53 | 0 | 0.69 | 0.06 | 105.82 | 0.84 | 0.61 |
| Hex | 71 | EF | 4A | 35 | 0 | 45 | 6 | 6A | 54 | 3D |
| Octal | 161 | 357 | 112 | 65 | 0 | 105 | 6 | 152 | 124 | 75 |
| Binary | 1110001 | 11101111 | 1001010 | 110101 | 0 | 1000101 | 110 | 1101010 | 1010100 | 111101 |
Color Harmonies of #71EF4A
Complementary color
Monochromatic Colors of #71EF4A
Black with #71EF4A
Text Example
Text Example
White with #71EF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EF4A; }
p { color: rgb(113,239,74); }
H1.HeaderClassName
{
color: #71EF4A;
}
.AnyTagClassName
{
color: #71EF4A;
}
</style>
background-color css
<style>
a { background-color: #71EF4A; }
a { background-color: rgb(113,239,74); }
div.DivClassName
{
background-color: #71EF4A;
}
.BgClassName
{
background-color: #71EF4A;
}
</style>
border-color css
<style>
span { border-color: #71EF4A; }
span { border-color: rgb(113,239,74); }
td.TdClassName
{
border-color: #71EF4A;
}
.TagClassName
{
border-color: #71EF4A;
}
</style>