Shades of Pastel Green #65DF61
Tints of Pastel Green #65DF61
RGB
CMYK
RGB Variations
Color information
#65DF61 (or 0x65DF61) is known color: Pastel Green. HEX triplet: 65, DF and 61. RGB value is (101,223,97). Sum of RGB (Red+Green+Blue) = 101+223+97=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 223 (87.5% from 255 or 52.97% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DF61 is #9A209E. Grayscale: #ACACAC. Windows color (decimal): -10100895 or 6414181. OLE color: 6414181.
HSL color Cylindrical-coordinate representation of color #65DF61: hue angle of 118.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65DF61 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 97 | - |
| CMYK | 0.55 | 0 | 0.57 | 0.13 |
| HSL | 118.1º | 0.66% | 0.63% | - |
| HSV(B) | 118.1º | 0.57% | 0.87% | - |
| XYZ | 33.91 | 56.41 | 20.41 | - |
| YUV | 172.16 | 85.58 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 97 | 0.55 | 0 | 0.57 | 0.13 | 118.1 | 0.66 | 0.63 |
| Hex | 65 | DF | 61 | 37 | 0 | 39 | D | 76 | 42 | 3F |
| Octal | 145 | 337 | 141 | 67 | 0 | 71 | 15 | 166 | 102 | 77 |
| Binary | 1100101 | 11011111 | 1100001 | 110111 | 0 | 111001 | 1101 | 1110110 | 1000010 | 111111 |
Color Harmonies of #65DF61
Complementary color
Monochromatic Colors of #65DF61
Black with #65DF61
Text Example
Text Example
White with #65DF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DF61; }
p { color: rgb(101,223,97); }
H1.HeaderClassName
{
color: #65DF61;
}
.AnyTagClassName
{
color: #65DF61;
}
</style>
background-color css
<style>
a { background-color: #65DF61; }
a { background-color: rgb(101,223,97); }
div.DivClassName
{
background-color: #65DF61;
}
.BgClassName
{
background-color: #65DF61;
}
</style>
border-color css
<style>
span { border-color: #65DF61; }
span { border-color: rgb(101,223,97); }
td.TdClassName
{
border-color: #65DF61;
}
.TagClassName
{
border-color: #65DF61;
}
</style>