Shades of Pastel Green #65D769
Tints of Pastel Green #65D769
RGB
CMYK
RGB Variations
Color information
#65D769 (or 0x65D769) is known color: Pastel Green. HEX triplet: 65, D7 and 69. RGB value is (101,215,105). Sum of RGB (Red+Green+Blue) = 101+215+105=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #65D769 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D769 is #9A2896. Grayscale: #A8A8A8. Windows color (decimal): -10102935 or 6936421. OLE color: 6936421.
HSL color Cylindrical-coordinate representation of color #65D769: hue angle of 122.11º 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 #65D769 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 215 | 105 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.16 |
| HSL | 122.11º | 0.59% | 0.62% | - |
| HSV(B) | 122.11º | 0.53% | 0.84% | - |
| XYZ | 32.22 | 52.39 | 21.78 | - |
| YUV | 168.37 | 92.23 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 215 | 105 | 0.53 | 0 | 0.51 | 0.16 | 122.11 | 0.59 | 0.62 |
| Hex | 65 | D7 | 69 | 35 | 0 | 33 | 10 | 7A | 3B | 3E |
| Octal | 145 | 327 | 151 | 65 | 0 | 63 | 20 | 172 | 73 | 76 |
| Binary | 1100101 | 11010111 | 1101001 | 110101 | 0 | 110011 | 10000 | 1111010 | 111011 | 111110 |
Color Harmonies of #65D769
Complementary color
Monochromatic Colors of #65D769
Black with #65D769
Text Example
Text Example
White with #65D769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D769; }
p { color: rgb(101,215,105); }
H1.HeaderClassName
{
color: #65D769;
}
.AnyTagClassName
{
color: #65D769;
}
</style>
background-color css
<style>
a { background-color: #65D769; }
a { background-color: rgb(101,215,105); }
div.DivClassName
{
background-color: #65D769;
}
.BgClassName
{
background-color: #65D769;
}
</style>
border-color css
<style>
span { border-color: #65D769; }
span { border-color: rgb(101,215,105); }
td.TdClassName
{
border-color: #65D769;
}
.TagClassName
{
border-color: #65D769;
}
</style>