Shades of Pastel Green #65D67C
Tints of Pastel Green #65D67C
RGB
CMYK
RGB Variations
Color information
#65D67C (or 0x65D67C) is known color: Pastel Green. HEX triplet: 65, D6 and 7C. RGB value is (101,214,124). Sum of RGB (Red+Green+Blue) = 101+214+124=439 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.01% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #65D67C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D67C is #9A2983. Grayscale: #AAAAAA. Windows color (decimal): -10103172 or 8181349. OLE color: 8181349.
HSL color Cylindrical-coordinate representation of color #65D67C: hue angle of 132.21º 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 #65D67C is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 214 | 124 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.16 |
| HSL | 132.21º | 0.58% | 0.62% | - |
| HSV(B) | 132.21º | 0.53% | 0.84% | - |
| XYZ | 33.05 | 52.32 | 27.42 | - |
| YUV | 169.95 | 102.06 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 124 | 0.53 | 0 | 0.42 | 0.16 | 132.21 | 0.58 | 0.62 |
| Hex | 65 | D6 | 7C | 35 | 0 | 2A | 10 | 84 | 3A | 3E |
| Octal | 145 | 326 | 174 | 65 | 0 | 52 | 20 | 204 | 72 | 76 |
| Binary | 1100101 | 11010110 | 1111100 | 110101 | 0 | 101010 | 10000 | 10000100 | 111010 | 111110 |
Color Harmonies of #65D67C
Complementary color
Monochromatic Colors of #65D67C
Black with #65D67C
Text Example
Text Example
White with #65D67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D67C; }
p { color: rgb(101,214,124); }
H1.HeaderClassName
{
color: #65D67C;
}
.AnyTagClassName
{
color: #65D67C;
}
</style>
background-color css
<style>
a { background-color: #65D67C; }
a { background-color: rgb(101,214,124); }
div.DivClassName
{
background-color: #65D67C;
}
.BgClassName
{
background-color: #65D67C;
}
</style>
border-color css
<style>
span { border-color: #65D67C; }
span { border-color: rgb(101,214,124); }
td.TdClassName
{
border-color: #65D67C;
}
.TagClassName
{
border-color: #65D67C;
}
</style>