Shades of Pastel Green #65DB82
Tints of Pastel Green #65DB82
RGB
CMYK
RGB Variations
Color information
#65DB82 (or 0x65DB82) is known color: Pastel Green. HEX triplet: 65, DB and 82. RGB value is (101,219,130). Sum of RGB (Red+Green+Blue) = 101+219+130=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #65DB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DB82 is #9A247D. Grayscale: #ADADAD. Windows color (decimal): -10101886 or 8575845. OLE color: 8575845.
HSL color Cylindrical-coordinate representation of color #65DB82: hue angle of 134.75º 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 #65DB82 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 219 | 130 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.14 |
| HSL | 134.75º | 0.62% | 0.63% | - |
| HSV(B) | 134.75º | 0.54% | 0.86% | - |
| XYZ | 34.73 | 55.04 | 29.91 | - |
| YUV | 173.57 | 103.41 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 130 | 0.54 | 0 | 0.41 | 0.14 | 134.75 | 0.62 | 0.63 |
| Hex | 65 | DB | 82 | 36 | 0 | 29 | E | 87 | 3E | 3F |
| Octal | 145 | 333 | 202 | 66 | 0 | 51 | 16 | 207 | 76 | 77 |
| Binary | 1100101 | 11011011 | 10000010 | 110110 | 0 | 101001 | 1110 | 10000111 | 111110 | 111111 |
Color Harmonies of #65DB82
Complementary color
Monochromatic Colors of #65DB82
Black with #65DB82
Text Example
Text Example
White with #65DB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DB82; }
p { color: rgb(101,219,130); }
H1.HeaderClassName
{
color: #65DB82;
}
.AnyTagClassName
{
color: #65DB82;
}
</style>
background-color css
<style>
a { background-color: #65DB82; }
a { background-color: rgb(101,219,130); }
div.DivClassName
{
background-color: #65DB82;
}
.BgClassName
{
background-color: #65DB82;
}
</style>
border-color css
<style>
span { border-color: #65DB82; }
span { border-color: rgb(101,219,130); }
td.TdClassName
{
border-color: #65DB82;
}
.TagClassName
{
border-color: #65DB82;
}
</style>