Shades of Pastel Green #65D573
Tints of Pastel Green #65D573
RGB
CMYK
RGB Variations
Color information
#65D573 (or 0x65D573) is known color: Pastel Green. HEX triplet: 65, D5 and 73. RGB value is (101,213,115). Sum of RGB (Red+Green+Blue) = 101+213+115=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #65D573 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D573 is #9A2A8C. Grayscale: #A8A8A8. Windows color (decimal): -10103437 or 7591269. OLE color: 7591269.
HSL color Cylindrical-coordinate representation of color #65D573: hue angle of 127.5º 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 #65D573 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 213 | 115 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.16 |
| HSL | 127.5º | 0.57% | 0.62% | - |
| HSV(B) | 127.5º | 0.53% | 0.84% | - |
| XYZ | 32.26 | 51.59 | 24.48 | - |
| YUV | 168.34 | 97.89 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 213 | 115 | 0.53 | 0 | 0.46 | 0.16 | 127.5 | 0.57 | 0.62 |
| Hex | 65 | D5 | 73 | 35 | 0 | 2E | 10 | 80 | 39 | 3E |
| Octal | 145 | 325 | 163 | 65 | 0 | 56 | 20 | 200 | 71 | 76 |
| Binary | 1100101 | 11010101 | 1110011 | 110101 | 0 | 101110 | 10000 | 10000000 | 111001 | 111110 |
Color Harmonies of #65D573
Complementary color
Monochromatic Colors of #65D573
Black with #65D573
Text Example
Text Example
White with #65D573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D573; }
p { color: rgb(101,213,115); }
H1.HeaderClassName
{
color: #65D573;
}
.AnyTagClassName
{
color: #65D573;
}
</style>
background-color css
<style>
a { background-color: #65D573; }
a { background-color: rgb(101,213,115); }
div.DivClassName
{
background-color: #65D573;
}
.BgClassName
{
background-color: #65D573;
}
</style>
border-color css
<style>
span { border-color: #65D573; }
span { border-color: rgb(101,213,115); }
td.TdClassName
{
border-color: #65D573;
}
.TagClassName
{
border-color: #65D573;
}
</style>