Shades of Pastel Green #65EC8F
Tints of Pastel Green #65EC8F
RGB
CMYK
RGB Variations
Color information
#65EC8F (or 0x65EC8F) is known color: Pastel Green. HEX triplet: 65, EC and 8F. RGB value is (101,236,143). Sum of RGB (Red+Green+Blue) = 101+236+143=480 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.04% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #65EC8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EC8F is #9A1370. Grayscale: #B9B9B9. Windows color (decimal): -10097521 or 9432165. OLE color: 9432165.
HSL color Cylindrical-coordinate representation of color #65EC8F: hue angle of 138.67º 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 #65EC8F is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 143 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.07 |
| HSL | 138.67º | 0.78% | 0.66% | - |
| HSV(B) | 138.67º | 0.57% | 0.93% | - |
| XYZ | 40.32 | 64.74 | 36.36 | - |
| YUV | 185.03 | 104.27 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 143 | 0.57 | 0 | 0.39 | 0.07 | 138.67 | 0.78 | 0.66 |
| Hex | 65 | EC | 8F | 39 | 0 | 27 | 7 | 8B | 4E | 42 |
| Octal | 145 | 354 | 217 | 71 | 0 | 47 | 7 | 213 | 116 | 102 |
| Binary | 1100101 | 11101100 | 10001111 | 111001 | 0 | 100111 | 111 | 10001011 | 1001110 | 1000010 |
Color Harmonies of #65EC8F
Complementary color
Monochromatic Colors of #65EC8F
Black with #65EC8F
Text Example
Text Example
White with #65EC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EC8F; }
p { color: rgb(101,236,143); }
H1.HeaderClassName
{
color: #65EC8F;
}
.AnyTagClassName
{
color: #65EC8F;
}
</style>
background-color css
<style>
a { background-color: #65EC8F; }
a { background-color: rgb(101,236,143); }
div.DivClassName
{
background-color: #65EC8F;
}
.BgClassName
{
background-color: #65EC8F;
}
</style>
border-color css
<style>
span { border-color: #65EC8F; }
span { border-color: rgb(101,236,143); }
td.TdClassName
{
border-color: #65EC8F;
}
.TagClassName
{
border-color: #65EC8F;
}
</style>