Shades of Pastel Green #65DC55
Tints of Pastel Green #65DC55
RGB
CMYK
RGB Variations
Color information
#65DC55 (or 0x65DC55) is known color: Pastel Green. HEX triplet: 65, DC and 55. RGB value is (101,220,85). Sum of RGB (Red+Green+Blue) = 101+220+85=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DC55 is #9A23AA. Grayscale: #A9A9A9. Windows color (decimal): -10101675 or 5626981. OLE color: 5626981.
HSL color Cylindrical-coordinate representation of color #65DC55: hue angle of 112.89º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #65DC55 is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 85 | - |
| CMYK | 0.54 | 0 | 0.61 | 0.14 |
| HSL | 112.89º | 0.66% | 0.6% | - |
| HSV(B) | 112.89º | 0.61% | 0.86% | - |
| XYZ | 32.6 | 54.61 | 17.42 | - |
| YUV | 169.03 | 80.58 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 85 | 0.54 | 0 | 0.61 | 0.14 | 112.89 | 0.66 | 0.6 |
| Hex | 65 | DC | 55 | 36 | 0 | 3D | E | 71 | 42 | 3C |
| Octal | 145 | 334 | 125 | 66 | 0 | 75 | 16 | 161 | 102 | 74 |
| Binary | 1100101 | 11011100 | 1010101 | 110110 | 0 | 111101 | 1110 | 1110001 | 1000010 | 111100 |
Color Harmonies of #65DC55
Complementary color
Monochromatic Colors of #65DC55
Black with #65DC55
Text Example
Text Example
White with #65DC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DC55; }
p { color: rgb(101,220,85); }
H1.HeaderClassName
{
color: #65DC55;
}
.AnyTagClassName
{
color: #65DC55;
}
</style>
background-color css
<style>
a { background-color: #65DC55; }
a { background-color: rgb(101,220,85); }
div.DivClassName
{
background-color: #65DC55;
}
.BgClassName
{
background-color: #65DC55;
}
</style>
border-color css
<style>
span { border-color: #65DC55; }
span { border-color: rgb(101,220,85); }
td.TdClassName
{
border-color: #65DC55;
}
.TagClassName
{
border-color: #65DC55;
}
</style>