Shades of Pastel Green #71EE90
Tints of Pastel Green #71EE90
RGB
CMYK
RGB Variations
Color information
#71EE90 (or 0x71EE90) is known color: Pastel Green. HEX triplet: 71, EE and 90. RGB value is (113,238,144). Sum of RGB (Red+Green+Blue) = 113+238+144=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #71EE90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71EE90 is #8E116F. Grayscale: #BEBEBE. Windows color (decimal): -9310576 or 9498225. OLE color: 9498225.
HSL color Cylindrical-coordinate representation of color #71EE90: hue angle of 134.88º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EE90 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 238 | 144 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.07 |
| HSL | 134.88º | 0.79% | 0.69% | - |
| HSV(B) | 134.88º | 0.53% | 0.93% | - |
| XYZ | 42.42 | 66.67 | 37.02 | - |
| YUV | 189.91 | 102.09 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 238 | 144 | 0.53 | 0 | 0.39 | 0.07 | 134.88 | 0.79 | 0.69 |
| Hex | 71 | EE | 90 | 35 | 0 | 27 | 7 | 87 | 4F | 45 |
| Octal | 161 | 356 | 220 | 65 | 0 | 47 | 7 | 207 | 117 | 105 |
| Binary | 1110001 | 11101110 | 10010000 | 110101 | 0 | 100111 | 111 | 10000111 | 1001111 | 1000101 |
Color Harmonies of #71EE90
Complementary color
Monochromatic Colors of #71EE90
Black with #71EE90
Text Example
Text Example
White with #71EE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EE90; }
p { color: rgb(113,238,144); }
H1.HeaderClassName
{
color: #71EE90;
}
.AnyTagClassName
{
color: #71EE90;
}
</style>
background-color css
<style>
a { background-color: #71EE90; }
a { background-color: rgb(113,238,144); }
div.DivClassName
{
background-color: #71EE90;
}
.BgClassName
{
background-color: #71EE90;
}
</style>
border-color css
<style>
span { border-color: #71EE90; }
span { border-color: rgb(113,238,144); }
td.TdClassName
{
border-color: #71EE90;
}
.TagClassName
{
border-color: #71EE90;
}
</style>