Shades of Pastel Green #65D761
Tints of Pastel Green #65D761
RGB
CMYK
RGB Variations
Color information
#65D761 (or 0x65D761) is known color: Pastel Green. HEX triplet: 65, D7 and 61. RGB value is (101,215,97). Sum of RGB (Red+Green+Blue) = 101+215+97=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #65D761 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D761 is #9A289E. Grayscale: #A7A7A7. Windows color (decimal): -10102943 or 6412133. OLE color: 6412133.
HSL color Cylindrical-coordinate representation of color #65D761: hue angle of 117.97º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65D761 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 215 | 97 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.16 |
| HSL | 117.97º | 0.6% | 0.61% | - |
| HSV(B) | 117.97º | 0.55% | 0.84% | - |
| XYZ | 31.82 | 52.23 | 19.71 | - |
| YUV | 167.46 | 88.23 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 215 | 97 | 0.53 | 0 | 0.55 | 0.16 | 117.97 | 0.6 | 0.61 |
| Hex | 65 | D7 | 61 | 35 | 0 | 37 | 10 | 76 | 3C | 3D |
| Octal | 145 | 327 | 141 | 65 | 0 | 67 | 20 | 166 | 74 | 75 |
| Binary | 1100101 | 11010111 | 1100001 | 110101 | 0 | 110111 | 10000 | 1110110 | 111100 | 111101 |
Color Harmonies of #65D761
Complementary color
Monochromatic Colors of #65D761
Black with #65D761
Text Example
Text Example
White with #65D761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D761; }
p { color: rgb(101,215,97); }
H1.HeaderClassName
{
color: #65D761;
}
.AnyTagClassName
{
color: #65D761;
}
</style>
background-color css
<style>
a { background-color: #65D761; }
a { background-color: rgb(101,215,97); }
div.DivClassName
{
background-color: #65D761;
}
.BgClassName
{
background-color: #65D761;
}
</style>
border-color css
<style>
span { border-color: #65D761; }
span { border-color: rgb(101,215,97); }
td.TdClassName
{
border-color: #65D761;
}
.TagClassName
{
border-color: #65D761;
}
</style>