Shades of Pastel Green #71CF65
Tints of Pastel Green #71CF65
RGB
CMYK
RGB Variations
Color information
#71CF65 (or 0x71CF65) is known color: Pastel Green. HEX triplet: 71, CF and 65. RGB value is (113,207,101). Sum of RGB (Red+Green+Blue) = 113+207+101=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CF65 is #8E309A. Grayscale: #A7A7A7. Windows color (decimal): -9318555 or 6672241. OLE color: 6672241.
HSL color Cylindrical-coordinate representation of color #71CF65: hue angle of 113.21º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71CF65 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 207 | 101 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.19 |
| HSL | 113.21º | 0.52% | 0.6% | - |
| HSV(B) | 113.21º | 0.51% | 0.81% | - |
| XYZ | 31.47 | 49.08 | 20.13 | - |
| YUV | 166.81 | 90.86 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 101 | 0.45 | 0 | 0.51 | 0.19 | 113.21 | 0.52 | 0.6 |
| Hex | 71 | CF | 65 | 2D | 0 | 33 | 13 | 71 | 34 | 3C |
| Octal | 161 | 317 | 145 | 55 | 0 | 63 | 23 | 161 | 64 | 74 |
| Binary | 1110001 | 11001111 | 1100101 | 101101 | 0 | 110011 | 10011 | 1110001 | 110100 | 111100 |
Color Harmonies of #71CF65
Complementary color
Monochromatic Colors of #71CF65
Black with #71CF65
Text Example
Text Example
White with #71CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CF65; }
p { color: rgb(113,207,101); }
H1.HeaderClassName
{
color: #71CF65;
}
.AnyTagClassName
{
color: #71CF65;
}
</style>
background-color css
<style>
a { background-color: #71CF65; }
a { background-color: rgb(113,207,101); }
div.DivClassName
{
background-color: #71CF65;
}
.BgClassName
{
background-color: #71CF65;
}
</style>
border-color css
<style>
span { border-color: #71CF65; }
span { border-color: rgb(113,207,101); }
td.TdClassName
{
border-color: #71CF65;
}
.TagClassName
{
border-color: #71CF65;
}
</style>