Shades of Pastel Green #65DC70
Tints of Pastel Green #65DC70
RGB
CMYK
RGB Variations
Color information
#65DC70 (or 0x65DC70) is known color: Pastel Green. HEX triplet: 65, DC and 70. RGB value is (101,220,112). Sum of RGB (Red+Green+Blue) = 101+220+112=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DC70 is #9A238F. Grayscale: #ACACAC. Windows color (decimal): -10101648 or 7396453. OLE color: 7396453.
HSL color Cylindrical-coordinate representation of color #65DC70: hue angle of 125.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 #65DC70 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 112 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.14 |
| HSL | 125.55º | 0.63% | 0.63% | - |
| HSV(B) | 125.55º | 0.54% | 0.86% | - |
| XYZ | 33.88 | 55.12 | 24.18 | - |
| YUV | 172.11 | 94.08 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 112 | 0.54 | 0 | 0.49 | 0.14 | 125.55 | 0.63 | 0.63 |
| Hex | 65 | DC | 70 | 36 | 0 | 31 | E | 7E | 3F | 3F |
| Octal | 145 | 334 | 160 | 66 | 0 | 61 | 16 | 176 | 77 | 77 |
| Binary | 1100101 | 11011100 | 1110000 | 110110 | 0 | 110001 | 1110 | 1111110 | 111111 | 111111 |
Color Harmonies of #65DC70
Complementary color
Monochromatic Colors of #65DC70
Black with #65DC70
Text Example
Text Example
White with #65DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DC70; }
p { color: rgb(101,220,112); }
H1.HeaderClassName
{
color: #65DC70;
}
.AnyTagClassName
{
color: #65DC70;
}
</style>
background-color css
<style>
a { background-color: #65DC70; }
a { background-color: rgb(101,220,112); }
div.DivClassName
{
background-color: #65DC70;
}
.BgClassName
{
background-color: #65DC70;
}
</style>
border-color css
<style>
span { border-color: #65DC70; }
span { border-color: rgb(101,220,112); }
td.TdClassName
{
border-color: #65DC70;
}
.TagClassName
{
border-color: #65DC70;
}
</style>