Shades of Pastel Green #65D779
Tints of Pastel Green #65D779
RGB
CMYK
RGB Variations
Color information
#65D779 (or 0x65D779) is known color: Pastel Green. HEX triplet: 65, D7 and 79. RGB value is (101,215,121). Sum of RGB (Red+Green+Blue) = 101+215+121=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #65D779 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D779 is #9A2886. Grayscale: #AAAAAA. Windows color (decimal): -10102919 or 7984997. OLE color: 7984997.
HSL color Cylindrical-coordinate representation of color #65D779: hue angle of 130.53º degrees, saturation: 0.59, 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 #65D779 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 215 | 121 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.16 |
| HSL | 130.53º | 0.59% | 0.62% | - |
| HSV(B) | 130.53º | 0.53% | 0.84% | - |
| XYZ | 33.12 | 52.75 | 26.53 | - |
| YUV | 170.2 | 100.23 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 215 | 121 | 0.53 | 0 | 0.44 | 0.16 | 130.53 | 0.59 | 0.62 |
| Hex | 65 | D7 | 79 | 35 | 0 | 2C | 10 | 83 | 3B | 3E |
| Octal | 145 | 327 | 171 | 65 | 0 | 54 | 20 | 203 | 73 | 76 |
| Binary | 1100101 | 11010111 | 1111001 | 110101 | 0 | 101100 | 10000 | 10000011 | 111011 | 111110 |
Color Harmonies of #65D779
Complementary color
Monochromatic Colors of #65D779
Black with #65D779
Text Example
Text Example
White with #65D779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D779; }
p { color: rgb(101,215,121); }
H1.HeaderClassName
{
color: #65D779;
}
.AnyTagClassName
{
color: #65D779;
}
</style>
background-color css
<style>
a { background-color: #65D779; }
a { background-color: rgb(101,215,121); }
div.DivClassName
{
background-color: #65D779;
}
.BgClassName
{
background-color: #65D779;
}
</style>
border-color css
<style>
span { border-color: #65D779; }
span { border-color: rgb(101,215,121); }
td.TdClassName
{
border-color: #65D779;
}
.TagClassName
{
border-color: #65D779;
}
</style>