Shades of Pastel Green #71CB68
Tints of Pastel Green #71CB68
RGB
CMYK
RGB Variations
Color information
#71CB68 (or 0x71CB68) is known color: Pastel Green. HEX triplet: 71, CB and 68. RGB value is (113,203,104). Sum of RGB (Red+Green+Blue) = 113+203+104=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #71CB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CB68 is #8E3497. Grayscale: #A5A5A5. Windows color (decimal): -9319576 or 6867825. OLE color: 6867825.
HSL color Cylindrical-coordinate representation of color #71CB68: hue angle of 114.55º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71CB68 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 203 | 104 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.20 |
| HSL | 114.55º | 0.49% | 0.6% | - |
| HSV(B) | 114.55º | 0.49% | 0.8% | - |
| XYZ | 30.66 | 47.22 | 20.6 | - |
| YUV | 164.8 | 93.68 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 203 | 104 | 0.44 | 0 | 0.49 | 0.20 | 114.55 | 0.49 | 0.6 |
| Hex | 71 | CB | 68 | 2C | 0 | 31 | 14 | 73 | 31 | 3C |
| Octal | 161 | 313 | 150 | 54 | 0 | 61 | 24 | 163 | 61 | 74 |
| Binary | 1110001 | 11001011 | 1101000 | 101100 | 0 | 110001 | 10100 | 1110011 | 110001 | 111100 |
Color Harmonies of #71CB68
Complementary color
Monochromatic Colors of #71CB68
Black with #71CB68
Text Example
Text Example
White with #71CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CB68; }
p { color: rgb(113,203,104); }
H1.HeaderClassName
{
color: #71CB68;
}
.AnyTagClassName
{
color: #71CB68;
}
</style>
background-color css
<style>
a { background-color: #71CB68; }
a { background-color: rgb(113,203,104); }
div.DivClassName
{
background-color: #71CB68;
}
.BgClassName
{
background-color: #71CB68;
}
</style>
border-color css
<style>
span { border-color: #71CB68; }
span { border-color: rgb(113,203,104); }
td.TdClassName
{
border-color: #71CB68;
}
.TagClassName
{
border-color: #71CB68;
}
</style>