Shades of Pastel Green #65DB79
Tints of Pastel Green #65DB79
RGB
CMYK
RGB Variations
Color information
#65DB79 (or 0x65DB79) is known color: Pastel Green. HEX triplet: 65, DB and 79. RGB value is (101,219,121). Sum of RGB (Red+Green+Blue) = 101+219+121=441 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.90% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #65DB79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DB79 is #9A2486. Grayscale: #ACACAC. Windows color (decimal): -10101895 or 7986021. OLE color: 7986021.
HSL color Cylindrical-coordinate representation of color #65DB79: hue angle of 130.17º 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 #65DB79 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 219 | 121 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.14 |
| HSL | 130.17º | 0.62% | 0.63% | - |
| HSV(B) | 130.17º | 0.54% | 0.86% | - |
| XYZ | 34.15 | 54.81 | 26.87 | - |
| YUV | 172.55 | 98.91 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 121 | 0.54 | 0 | 0.45 | 0.14 | 130.17 | 0.62 | 0.63 |
| Hex | 65 | DB | 79 | 36 | 0 | 2D | E | 82 | 3E | 3F |
| Octal | 145 | 333 | 171 | 66 | 0 | 55 | 16 | 202 | 76 | 77 |
| Binary | 1100101 | 11011011 | 1111001 | 110110 | 0 | 101101 | 1110 | 10000010 | 111110 | 111111 |
Color Harmonies of #65DB79
Complementary color
Monochromatic Colors of #65DB79
Black with #65DB79
Text Example
Text Example
White with #65DB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DB79; }
p { color: rgb(101,219,121); }
H1.HeaderClassName
{
color: #65DB79;
}
.AnyTagClassName
{
color: #65DB79;
}
</style>
background-color css
<style>
a { background-color: #65DB79; }
a { background-color: rgb(101,219,121); }
div.DivClassName
{
background-color: #65DB79;
}
.BgClassName
{
background-color: #65DB79;
}
</style>
border-color css
<style>
span { border-color: #65DB79; }
span { border-color: rgb(101,219,121); }
td.TdClassName
{
border-color: #65DB79;
}
.TagClassName
{
border-color: #65DB79;
}
</style>