Shades of Screamin' Green #71EF68
Tints of Screamin' Green #71EF68
RGB
CMYK
RGB Variations
Color information
#71EF68 (or 0x71EF68) is known color: Screamin' Green. HEX triplet: 71, EF and 68. RGB value is (113,239,104). Sum of RGB (Red+Green+Blue) = 113+239+104=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #71EF68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71EF68 is #8E1097. Grayscale: #BABABA. Windows color (decimal): -9310360 or 6877041. OLE color: 6877041.
HSL color Cylindrical-coordinate representation of color #71EF68: hue angle of 116º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71EF68 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 239 | 104 | - |
| CMYK | 0.53 | 0 | 0.56 | 0.06 |
| HSL | 116º | 0.81% | 0.67% | - |
| HSV(B) | 116º | 0.56% | 0.94% | - |
| XYZ | 40.18 | 66.24 | 23.77 | - |
| YUV | 185.94 | 81.76 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 239 | 104 | 0.53 | 0 | 0.56 | 0.06 | 116 | 0.81 | 0.67 |
| Hex | 71 | EF | 68 | 35 | 0 | 38 | 6 | 74 | 51 | 43 |
| Octal | 161 | 357 | 150 | 65 | 0 | 70 | 6 | 164 | 121 | 103 |
| Binary | 1110001 | 11101111 | 1101000 | 110101 | 0 | 111000 | 110 | 1110100 | 1010001 | 1000011 |
Color Harmonies of #71EF68
Complementary color
Monochromatic Colors of #71EF68
Black with #71EF68
Text Example
Text Example
White with #71EF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EF68; }
p { color: rgb(113,239,104); }
H1.HeaderClassName
{
color: #71EF68;
}
.AnyTagClassName
{
color: #71EF68;
}
</style>
background-color css
<style>
a { background-color: #71EF68; }
a { background-color: rgb(113,239,104); }
div.DivClassName
{
background-color: #71EF68;
}
.BgClassName
{
background-color: #71EF68;
}
</style>
border-color css
<style>
span { border-color: #71EF68; }
span { border-color: rgb(113,239,104); }
td.TdClassName
{
border-color: #71EF68;
}
.TagClassName
{
border-color: #71EF68;
}
</style>