Shades of Pastel Green #65D566
Tints of Pastel Green #65D566
RGB
CMYK
RGB Variations
Color information
#65D566 (or 0x65D566) is known color: Pastel Green. HEX triplet: 65, D5 and 66. RGB value is (101,213,102). Sum of RGB (Red+Green+Blue) = 101+213+102=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #65D566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D566 is #9A2A99. Grayscale: #A7A7A7. Windows color (decimal): -10103450 or 6739301. OLE color: 6739301.
HSL color Cylindrical-coordinate representation of color #65D566: hue angle of 120.54º 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 #65D566 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 213 | 102 | - |
| CMYK | 0.53 | 0 | 0.52 | 0.16 |
| HSL | 120.54º | 0.57% | 0.62% | - |
| HSV(B) | 120.54º | 0.53% | 0.84% | - |
| XYZ | 31.56 | 51.31 | 20.81 | - |
| YUV | 166.86 | 91.39 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 213 | 102 | 0.53 | 0 | 0.52 | 0.16 | 120.54 | 0.57 | 0.62 |
| Hex | 65 | D5 | 66 | 35 | 0 | 34 | 10 | 79 | 39 | 3E |
| Octal | 145 | 325 | 146 | 65 | 0 | 64 | 20 | 171 | 71 | 76 |
| Binary | 1100101 | 11010101 | 1100110 | 110101 | 0 | 110100 | 10000 | 1111001 | 111001 | 111110 |
Color Harmonies of #65D566
Complementary color
Monochromatic Colors of #65D566
Black with #65D566
Text Example
Text Example
White with #65D566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D566; }
p { color: rgb(101,213,102); }
H1.HeaderClassName
{
color: #65D566;
}
.AnyTagClassName
{
color: #65D566;
}
</style>
background-color css
<style>
a { background-color: #65D566; }
a { background-color: rgb(101,213,102); }
div.DivClassName
{
background-color: #65D566;
}
.BgClassName
{
background-color: #65D566;
}
</style>
border-color css
<style>
span { border-color: #65D566; }
span { border-color: rgb(101,213,102); }
td.TdClassName
{
border-color: #65D566;
}
.TagClassName
{
border-color: #65D566;
}
</style>