Shades of Pastel Green #65EC81
Tints of Pastel Green #65EC81
RGB
CMYK
RGB Variations
Color information
#65EC81 (or 0x65EC81) is known color: Pastel Green. HEX triplet: 65, EC and 81. RGB value is (101,236,129). Sum of RGB (Red+Green+Blue) = 101+236+129=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 236 (92.58% from 255 or 50.64% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 236 - color contains mainly: green. Hex color #65EC81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EC81 is #9A137E. Grayscale: #B7B7B7. Windows color (decimal): -10097535 or 8514661. OLE color: 8514661.
HSL color Cylindrical-coordinate representation of color #65EC81: hue angle of 132.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EC81 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 129 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.07 |
| HSL | 132.44º | 0.78% | 0.66% | - |
| HSV(B) | 132.44º | 0.57% | 0.93% | - |
| XYZ | 39.32 | 64.34 | 31.12 | - |
| YUV | 183.44 | 97.27 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 129 | 0.57 | 0 | 0.45 | 0.07 | 132.44 | 0.78 | 0.66 |
| Hex | 65 | EC | 81 | 39 | 0 | 2D | 7 | 84 | 4E | 42 |
| Octal | 145 | 354 | 201 | 71 | 0 | 55 | 7 | 204 | 116 | 102 |
| Binary | 1100101 | 11101100 | 10000001 | 111001 | 0 | 101101 | 111 | 10000100 | 1001110 | 1000010 |
Color Harmonies of #65EC81
Complementary color
Monochromatic Colors of #65EC81
Black with #65EC81
Text Example
Text Example
White with #65EC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EC81; }
p { color: rgb(101,236,129); }
H1.HeaderClassName
{
color: #65EC81;
}
.AnyTagClassName
{
color: #65EC81;
}
</style>
background-color css
<style>
a { background-color: #65EC81; }
a { background-color: rgb(101,236,129); }
div.DivClassName
{
background-color: #65EC81;
}
.BgClassName
{
background-color: #65EC81;
}
</style>
border-color css
<style>
span { border-color: #65EC81; }
span { border-color: rgb(101,236,129); }
td.TdClassName
{
border-color: #65EC81;
}
.TagClassName
{
border-color: #65EC81;
}
</style>