Shades of Pastel Green #65DC72
Tints of Pastel Green #65DC72
RGB
CMYK
RGB Variations
Color information
#65DC72 (or 0x65DC72) is known color: Pastel Green. HEX triplet: 65, DC and 72. RGB value is (101,220,114). Sum of RGB (Red+Green+Blue) = 101+220+114=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DC72 is #9A238D. Grayscale: #ACACAC. Windows color (decimal): -10101646 or 7527525. OLE color: 7527525.
HSL color Cylindrical-coordinate representation of color #65DC72: hue angle of 126.55º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DC72 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 114 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.14 |
| HSL | 126.55º | 0.63% | 0.63% | - |
| HSV(B) | 126.55º | 0.54% | 0.86% | - |
| XYZ | 34 | 55.17 | 24.78 | - |
| YUV | 172.34 | 95.08 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 114 | 0.54 | 0 | 0.48 | 0.14 | 126.55 | 0.63 | 0.63 |
| Hex | 65 | DC | 72 | 36 | 0 | 30 | E | 7F | 3F | 3F |
| Octal | 145 | 334 | 162 | 66 | 0 | 60 | 16 | 177 | 77 | 77 |
| Binary | 1100101 | 11011100 | 1110010 | 110110 | 0 | 110000 | 1110 | 1111111 | 111111 | 111111 |
Color Harmonies of #65DC72
Complementary color
Monochromatic Colors of #65DC72
Black with #65DC72
Text Example
Text Example
White with #65DC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DC72; }
p { color: rgb(101,220,114); }
H1.HeaderClassName
{
color: #65DC72;
}
.AnyTagClassName
{
color: #65DC72;
}
</style>
background-color css
<style>
a { background-color: #65DC72; }
a { background-color: rgb(101,220,114); }
div.DivClassName
{
background-color: #65DC72;
}
.BgClassName
{
background-color: #65DC72;
}
</style>
border-color css
<style>
span { border-color: #65DC72; }
span { border-color: rgb(101,220,114); }
td.TdClassName
{
border-color: #65DC72;
}
.TagClassName
{
border-color: #65DC72;
}
</style>