Shades of Pastel Green #65DB60
Tints of Pastel Green #65DB60
RGB
CMYK
RGB Variations
Color information
#65DB60 (or 0x65DB60) is known color: Pastel Green. HEX triplet: 65, DB and 60. RGB value is (101,219,96). Sum of RGB (Red+Green+Blue) = 101+219+96=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #65DB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DB60 is #9A249F. Grayscale: #AAAAAA. Windows color (decimal): -10101920 or 6347621. OLE color: 6347621.
HSL color Cylindrical-coordinate representation of color #65DB60: hue angle of 117.56º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65DB60 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 219 | 96 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.14 |
| HSL | 117.56º | 0.63% | 0.62% | - |
| HSV(B) | 117.56º | 0.56% | 0.86% | - |
| XYZ | 32.81 | 54.27 | 19.81 | - |
| YUV | 169.7 | 86.41 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 96 | 0.54 | 0 | 0.56 | 0.14 | 117.56 | 0.63 | 0.62 |
| Hex | 65 | DB | 60 | 36 | 0 | 38 | E | 76 | 3F | 3E |
| Octal | 145 | 333 | 140 | 66 | 0 | 70 | 16 | 166 | 77 | 76 |
| Binary | 1100101 | 11011011 | 1100000 | 110110 | 0 | 111000 | 1110 | 1110110 | 111111 | 111110 |
Color Harmonies of #65DB60
Complementary color
Monochromatic Colors of #65DB60
Black with #65DB60
Text Example
Text Example
White with #65DB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DB60; }
p { color: rgb(101,219,96); }
H1.HeaderClassName
{
color: #65DB60;
}
.AnyTagClassName
{
color: #65DB60;
}
</style>
background-color css
<style>
a { background-color: #65DB60; }
a { background-color: rgb(101,219,96); }
div.DivClassName
{
background-color: #65DB60;
}
.BgClassName
{
background-color: #65DB60;
}
</style>
border-color css
<style>
span { border-color: #65DB60; }
span { border-color: rgb(101,219,96); }
td.TdClassName
{
border-color: #65DB60;
}
.TagClassName
{
border-color: #65DB60;
}
</style>