Shades of Pastel Green #65D576
Tints of Pastel Green #65D576
RGB
CMYK
RGB Variations
Color information
#65D576 (or 0x65D576) is known color: Pastel Green. HEX triplet: 65, D5 and 76. RGB value is (101,213,118). Sum of RGB (Red+Green+Blue) = 101+213+118=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #65D576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D576 is #9A2A89. Grayscale: #A8A8A8. Windows color (decimal): -10103434 or 7787877. OLE color: 7787877.
HSL color Cylindrical-coordinate representation of color #65D576: hue angle of 129.11º 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 #65D576 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 213 | 118 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.16 |
| HSL | 129.11º | 0.57% | 0.62% | - |
| HSV(B) | 129.11º | 0.53% | 0.84% | - |
| XYZ | 32.43 | 51.66 | 25.4 | - |
| YUV | 168.68 | 99.39 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 213 | 118 | 0.53 | 0 | 0.45 | 0.16 | 129.11 | 0.57 | 0.62 |
| Hex | 65 | D5 | 76 | 35 | 0 | 2D | 10 | 81 | 39 | 3E |
| Octal | 145 | 325 | 166 | 65 | 0 | 55 | 20 | 201 | 71 | 76 |
| Binary | 1100101 | 11010101 | 1110110 | 110101 | 0 | 101101 | 10000 | 10000001 | 111001 | 111110 |
Color Harmonies of #65D576
Complementary color
Monochromatic Colors of #65D576
Black with #65D576
Text Example
Text Example
White with #65D576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D576; }
p { color: rgb(101,213,118); }
H1.HeaderClassName
{
color: #65D576;
}
.AnyTagClassName
{
color: #65D576;
}
</style>
background-color css
<style>
a { background-color: #65D576; }
a { background-color: rgb(101,213,118); }
div.DivClassName
{
background-color: #65D576;
}
.BgClassName
{
background-color: #65D576;
}
</style>
border-color css
<style>
span { border-color: #65D576; }
span { border-color: rgb(101,213,118); }
td.TdClassName
{
border-color: #65D576;
}
.TagClassName
{
border-color: #65D576;
}
</style>