Shades of Screamin' Green #71FF6B
Tints of Screamin' Green #71FF6B
RGB
CMYK
RGB Variations
Color information
#71FF6B (or 0x71FF6B) is known color: Screamin' Green. HEX triplet: 71, FF and 6B. RGB value is (113,255,107). Sum of RGB (Red+Green+Blue) = 113+255+107=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #71FF6B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71FF6B is #8E0094. Grayscale: #C4C4C4. Windows color (decimal): -9306261 or 7077745. OLE color: 7077745.
HSL color Cylindrical-coordinate representation of color #71FF6B: hue angle of 117.57º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71FF6B is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 255 | 107 | - |
| CMYK | 0.56 | 0 | 0.58 | 0 |
| HSL | 117.57º | 1% | 0.71% | - |
| HSV(B) | 117.57º | 0.58% | 1% | - |
| XYZ | 45.22 | 76.09 | 26.21 | - |
| YUV | 195.67 | 77.96 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 255 | 107 | 0.56 | 0 | 0.58 | 0 | 117.57 | 1 | 0.71 |
| Hex | 71 | FF | 6B | 38 | 0 | 3A | 0 | 76 | 64 | 47 |
| Octal | 161 | 377 | 153 | 70 | 0 | 72 | 0 | 166 | 144 | 107 |
| Binary | 1110001 | 11111111 | 1101011 | 111000 | 0 | 111010 | 0 | 1110110 | 1100100 | 1000111 |
Color Harmonies of #71FF6B
Complementary color
Monochromatic Colors of #71FF6B
Black with #71FF6B
Text Example
Text Example
White with #71FF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FF6B; }
p { color: rgb(113,255,107); }
H1.HeaderClassName
{
color: #71FF6B;
}
.AnyTagClassName
{
color: #71FF6B;
}
</style>
background-color css
<style>
a { background-color: #71FF6B; }
a { background-color: rgb(113,255,107); }
div.DivClassName
{
background-color: #71FF6B;
}
.BgClassName
{
background-color: #71FF6B;
}
</style>
border-color css
<style>
span { border-color: #71FF6B; }
span { border-color: rgb(113,255,107); }
td.TdClassName
{
border-color: #71FF6B;
}
.TagClassName
{
border-color: #71FF6B;
}
</style>