Shades of Pastel Green #71CB70
Tints of Pastel Green #71CB70
RGB
CMYK
RGB Variations
Color information
#71CB70 (or 0x71CB70) is known color: Pastel Green. HEX triplet: 71, CB and 70. RGB value is (113,203,112). Sum of RGB (Red+Green+Blue) = 113+203+112=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #71CB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CB70 is #8E348F. Grayscale: #A5A5A5. Windows color (decimal): -9319568 or 7392113. OLE color: 7392113.
HSL color Cylindrical-coordinate representation of color #71CB70: hue angle of 119.34º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CB70 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 203 | 112 | - |
| CMYK | 0.44 | 0 | 0.45 | 0.20 |
| HSL | 119.34º | 0.47% | 0.62% | - |
| HSV(B) | 119.34º | 0.45% | 0.8% | - |
| XYZ | 31.09 | 47.39 | 22.84 | - |
| YUV | 165.72 | 97.68 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 203 | 112 | 0.44 | 0 | 0.45 | 0.20 | 119.34 | 0.47 | 0.62 |
| Hex | 71 | CB | 70 | 2C | 0 | 2D | 14 | 77 | 2F | 3E |
| Octal | 161 | 313 | 160 | 54 | 0 | 55 | 24 | 167 | 57 | 76 |
| Binary | 1110001 | 11001011 | 1110000 | 101100 | 0 | 101101 | 10100 | 1110111 | 101111 | 111110 |
Color Harmonies of #71CB70
Complementary color
Monochromatic Colors of #71CB70
Black with #71CB70
Text Example
Text Example
White with #71CB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CB70; }
p { color: rgb(113,203,112); }
H1.HeaderClassName
{
color: #71CB70;
}
.AnyTagClassName
{
color: #71CB70;
}
</style>
background-color css
<style>
a { background-color: #71CB70; }
a { background-color: rgb(113,203,112); }
div.DivClassName
{
background-color: #71CB70;
}
.BgClassName
{
background-color: #71CB70;
}
</style>
border-color css
<style>
span { border-color: #71CB70; }
span { border-color: rgb(113,203,112); }
td.TdClassName
{
border-color: #71CB70;
}
.TagClassName
{
border-color: #71CB70;
}
</style>