Shades of Pastel Green #65EC7A
Tints of Pastel Green #65EC7A
RGB
CMYK
RGB Variations
Color information
#65EC7A (or 0x65EC7A) is known color: Pastel Green. HEX triplet: 65, EC and 7A. RGB value is (101,236,122). Sum of RGB (Red+Green+Blue) = 101+236+122=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #65EC7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65EC7A is #9A1385. Grayscale: #B6B6B6. Windows color (decimal): -10097542 or 8055909. OLE color: 8055909.
HSL color Cylindrical-coordinate representation of color #65EC7A: hue angle of 129.33º 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 #65EC7A is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 122 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.07 |
| HSL | 129.33º | 0.78% | 0.66% | - |
| HSV(B) | 129.33º | 0.57% | 0.93% | - |
| XYZ | 38.88 | 64.16 | 28.75 | - |
| YUV | 182.64 | 93.77 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 122 | 0.57 | 0 | 0.48 | 0.07 | 129.33 | 0.78 | 0.66 |
| Hex | 65 | EC | 7A | 39 | 0 | 30 | 7 | 81 | 4E | 42 |
| Octal | 145 | 354 | 172 | 71 | 0 | 60 | 7 | 201 | 116 | 102 |
| Binary | 1100101 | 11101100 | 1111010 | 111001 | 0 | 110000 | 111 | 10000001 | 1001110 | 1000010 |
Color Harmonies of #65EC7A
Complementary color
Monochromatic Colors of #65EC7A
Black with #65EC7A
Text Example
Text Example
White with #65EC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EC7A; }
p { color: rgb(101,236,122); }
H1.HeaderClassName
{
color: #65EC7A;
}
.AnyTagClassName
{
color: #65EC7A;
}
</style>
background-color css
<style>
a { background-color: #65EC7A; }
a { background-color: rgb(101,236,122); }
div.DivClassName
{
background-color: #65EC7A;
}
.BgClassName
{
background-color: #65EC7A;
}
</style>
border-color css
<style>
span { border-color: #65EC7A; }
span { border-color: rgb(101,236,122); }
td.TdClassName
{
border-color: #65EC7A;
}
.TagClassName
{
border-color: #65EC7A;
}
</style>