Shades of Pastel Green #65DB71
Tints of Pastel Green #65DB71
RGB
CMYK
RGB Variations
Color information
#65DB71 (or 0x65DB71) is known color: Pastel Green. HEX triplet: 65, DB and 71. RGB value is (101,219,113). Sum of RGB (Red+Green+Blue) = 101+219+113=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #65DB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DB71 is #9A248E. Grayscale: #ABABAB. Windows color (decimal): -10101903 or 7461733. OLE color: 7461733.
HSL color Cylindrical-coordinate representation of color #65DB71: hue angle of 126.1º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DB71 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 219 | 113 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.14 |
| HSL | 126.1º | 0.62% | 0.63% | - |
| HSV(B) | 126.1º | 0.54% | 0.86% | - |
| XYZ | 33.68 | 54.62 | 24.39 | - |
| YUV | 171.63 | 94.91 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 113 | 0.54 | 0 | 0.48 | 0.14 | 126.1 | 0.62 | 0.63 |
| Hex | 65 | DB | 71 | 36 | 0 | 30 | E | 7E | 3E | 3F |
| Octal | 145 | 333 | 161 | 66 | 0 | 60 | 16 | 176 | 76 | 77 |
| Binary | 1100101 | 11011011 | 1110001 | 110110 | 0 | 110000 | 1110 | 1111110 | 111110 | 111111 |
Color Harmonies of #65DB71
Complementary color
Monochromatic Colors of #65DB71
Black with #65DB71
Text Example
Text Example
White with #65DB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DB71; }
p { color: rgb(101,219,113); }
H1.HeaderClassName
{
color: #65DB71;
}
.AnyTagClassName
{
color: #65DB71;
}
</style>
background-color css
<style>
a { background-color: #65DB71; }
a { background-color: rgb(101,219,113); }
div.DivClassName
{
background-color: #65DB71;
}
.BgClassName
{
background-color: #65DB71;
}
</style>
border-color css
<style>
span { border-color: #65DB71; }
span { border-color: rgb(101,219,113); }
td.TdClassName
{
border-color: #65DB71;
}
.TagClassName
{
border-color: #65DB71;
}
</style>