Shades of Pastel Green #65D575
Tints of Pastel Green #65D575
RGB
CMYK
RGB Variations
Color information
#65D575 (or 0x65D575) is known color: Pastel Green. HEX triplet: 65, D5 and 75. RGB value is (101,213,117). Sum of RGB (Red+Green+Blue) = 101+213+117=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #65D575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D575 is #9A2A8A. Grayscale: #A8A8A8. Windows color (decimal): -10103435 or 7722341. OLE color: 7722341.
HSL color Cylindrical-coordinate representation of color #65D575: hue angle of 128.57º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D575 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 213 | 117 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.16 |
| HSL | 128.57º | 0.57% | 0.62% | - |
| HSV(B) | 128.57º | 0.53% | 0.84% | - |
| XYZ | 32.37 | 51.64 | 25.09 | - |
| YUV | 168.57 | 98.89 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 213 | 117 | 0.53 | 0 | 0.45 | 0.16 | 128.57 | 0.57 | 0.62 |
| Hex | 65 | D5 | 75 | 35 | 0 | 2D | 10 | 81 | 39 | 3E |
| Octal | 145 | 325 | 165 | 65 | 0 | 55 | 20 | 201 | 71 | 76 |
| Binary | 1100101 | 11010101 | 1110101 | 110101 | 0 | 101101 | 10000 | 10000001 | 111001 | 111110 |
Color Harmonies of #65D575
Complementary color
Monochromatic Colors of #65D575
Black with #65D575
Text Example
Text Example
White with #65D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D575; }
p { color: rgb(101,213,117); }
H1.HeaderClassName
{
color: #65D575;
}
.AnyTagClassName
{
color: #65D575;
}
</style>
background-color css
<style>
a { background-color: #65D575; }
a { background-color: rgb(101,213,117); }
div.DivClassName
{
background-color: #65D575;
}
.BgClassName
{
background-color: #65D575;
}
</style>
border-color css
<style>
span { border-color: #65D575; }
span { border-color: rgb(101,213,117); }
td.TdClassName
{
border-color: #65D575;
}
.TagClassName
{
border-color: #65D575;
}
</style>