Shades of Pastel Green #65D669
Tints of Pastel Green #65D669
RGB
CMYK
RGB Variations
Color information
#65D669 (or 0x65D669) is known color: Pastel Green. HEX triplet: 65, D6 and 69. RGB value is (101,214,105). Sum of RGB (Red+Green+Blue) = 101+214+105=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #65D669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D669 is #9A2996. Grayscale: #A8A8A8. Windows color (decimal): -10103191 or 6936165. OLE color: 6936165.
HSL color Cylindrical-coordinate representation of color #65D669: hue angle of 122.12º degrees, saturation: 0.58, 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 #65D669 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 214 | 105 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.16 |
| HSL | 122.12º | 0.58% | 0.62% | - |
| HSV(B) | 122.12º | 0.53% | 0.84% | - |
| XYZ | 31.96 | 51.88 | 21.69 | - |
| YUV | 167.79 | 92.56 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 105 | 0.53 | 0 | 0.51 | 0.16 | 122.12 | 0.58 | 0.62 |
| Hex | 65 | D6 | 69 | 35 | 0 | 33 | 10 | 7A | 3A | 3E |
| Octal | 145 | 326 | 151 | 65 | 0 | 63 | 20 | 172 | 72 | 76 |
| Binary | 1100101 | 11010110 | 1101001 | 110101 | 0 | 110011 | 10000 | 1111010 | 111010 | 111110 |
Color Harmonies of #65D669
Complementary color
Monochromatic Colors of #65D669
Black with #65D669
Text Example
Text Example
White with #65D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D669; }
p { color: rgb(101,214,105); }
H1.HeaderClassName
{
color: #65D669;
}
.AnyTagClassName
{
color: #65D669;
}
</style>
background-color css
<style>
a { background-color: #65D669; }
a { background-color: rgb(101,214,105); }
div.DivClassName
{
background-color: #65D669;
}
.BgClassName
{
background-color: #65D669;
}
</style>
border-color css
<style>
span { border-color: #65D669; }
span { border-color: rgb(101,214,105); }
td.TdClassName
{
border-color: #65D669;
}
.TagClassName
{
border-color: #65D669;
}
</style>