Shades of Pastel Green #65DB5F
Tints of Pastel Green #65DB5F
RGB
CMYK
RGB Variations
Color information
#65DB5F (or 0x65DB5F) is known color: Pastel Green. HEX triplet: 65, DB and 5F. RGB value is (101,219,95). Sum of RGB (Red+Green+Blue) = 101+219+95=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #65DB5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DB5F is #9A24A0. Grayscale: #A9A9A9. Windows color (decimal): -10101921 or 6282085. OLE color: 6282085.
HSL color Cylindrical-coordinate representation of color #65DB5F: hue angle of 117.1º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65DB5F is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 219 | 95 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.14 |
| HSL | 117.1º | 0.63% | 0.62% | - |
| HSV(B) | 117.1º | 0.57% | 0.86% | - |
| XYZ | 32.76 | 54.26 | 19.57 | - |
| YUV | 169.58 | 85.91 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 95 | 0.54 | 0 | 0.57 | 0.14 | 117.1 | 0.63 | 0.62 |
| Hex | 65 | DB | 5F | 36 | 0 | 39 | E | 75 | 3F | 3E |
| Octal | 145 | 333 | 137 | 66 | 0 | 71 | 16 | 165 | 77 | 76 |
| Binary | 1100101 | 11011011 | 1011111 | 110110 | 0 | 111001 | 1110 | 1110101 | 111111 | 111110 |
Color Harmonies of #65DB5F
Complementary color
Monochromatic Colors of #65DB5F
Black with #65DB5F
Text Example
Text Example
White with #65DB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DB5F; }
p { color: rgb(101,219,95); }
H1.HeaderClassName
{
color: #65DB5F;
}
.AnyTagClassName
{
color: #65DB5F;
}
</style>
background-color css
<style>
a { background-color: #65DB5F; }
a { background-color: rgb(101,219,95); }
div.DivClassName
{
background-color: #65DB5F;
}
.BgClassName
{
background-color: #65DB5F;
}
</style>
border-color css
<style>
span { border-color: #65DB5F; }
span { border-color: rgb(101,219,95); }
td.TdClassName
{
border-color: #65DB5F;
}
.TagClassName
{
border-color: #65DB5F;
}
</style>