Shades of Screamin' Green #71FC7B
Tints of Screamin' Green #71FC7B
RGB
CMYK
RGB Variations
Color information
#71FC7B (or 0x71FC7B) is known color: Screamin' Green. HEX triplet: 71, FC and 7B. RGB value is (113,252,123). Sum of RGB (Red+Green+Blue) = 113+252+123=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #71FC7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71FC7B is #8E0384. Grayscale: #C4C4C4. Windows color (decimal): -9307013 or 8125553. OLE color: 8125553.
HSL color Cylindrical-coordinate representation of color #71FC7B: hue angle of 124.32º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FC7B is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 252 | 123 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.01 |
| HSL | 124.32º | 0.96% | 0.72% | - |
| HSV(B) | 124.32º | 0.55% | 0.99% | - |
| XYZ | 45.2 | 74.56 | 30.75 | - |
| YUV | 195.73 | 86.95 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 252 | 123 | 0.55 | 0 | 0.51 | 0.01 | 124.32 | 0.96 | 0.72 |
| Hex | 71 | FC | 7B | 37 | 0 | 33 | 1 | 7C | 60 | 48 |
| Octal | 161 | 374 | 173 | 67 | 0 | 63 | 1 | 174 | 140 | 110 |
| Binary | 1110001 | 11111100 | 1111011 | 110111 | 0 | 110011 | 1 | 1111100 | 1100000 | 1001000 |
Color Harmonies of #71FC7B
Complementary color
Monochromatic Colors of #71FC7B
Black with #71FC7B
Text Example
Text Example
White with #71FC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FC7B; }
p { color: rgb(113,252,123); }
H1.HeaderClassName
{
color: #71FC7B;
}
.AnyTagClassName
{
color: #71FC7B;
}
</style>
background-color css
<style>
a { background-color: #71FC7B; }
a { background-color: rgb(113,252,123); }
div.DivClassName
{
background-color: #71FC7B;
}
.BgClassName
{
background-color: #71FC7B;
}
</style>
border-color css
<style>
span { border-color: #71FC7B; }
span { border-color: rgb(113,252,123); }
td.TdClassName
{
border-color: #71FC7B;
}
.TagClassName
{
border-color: #71FC7B;
}
</style>