Shades of Pastel Green #65ED8F
Tints of Pastel Green #65ED8F
RGB
CMYK
RGB Variations
Color information
#65ED8F (or 0x65ED8F) is known color: Pastel Green. HEX triplet: 65, ED and 8F. RGB value is (101,237,143). Sum of RGB (Red+Green+Blue) = 101+237+143=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #65ED8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65ED8F is #9A1270. Grayscale: #B9B9B9. Windows color (decimal): -10097265 or 9432421. OLE color: 9432421.
HSL color Cylindrical-coordinate representation of color #65ED8F: hue angle of 138.53º degrees, saturation: 0.79, 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 #65ED8F is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 237 | 143 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.07 |
| HSL | 138.53º | 0.79% | 0.66% | - |
| HSV(B) | 138.53º | 0.57% | 0.93% | - |
| XYZ | 40.61 | 65.32 | 36.45 | - |
| YUV | 185.62 | 103.94 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 237 | 143 | 0.57 | 0 | 0.40 | 0.07 | 138.53 | 0.79 | 0.66 |
| Hex | 65 | ED | 8F | 39 | 0 | 28 | 7 | 8B | 4F | 42 |
| Octal | 145 | 355 | 217 | 71 | 0 | 50 | 7 | 213 | 117 | 102 |
| Binary | 1100101 | 11101101 | 10001111 | 111001 | 0 | 101000 | 111 | 10001011 | 1001111 | 1000010 |
Color Harmonies of #65ED8F
Complementary color
Monochromatic Colors of #65ED8F
Black with #65ED8F
Text Example
Text Example
White with #65ED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ED8F; }
p { color: rgb(101,237,143); }
H1.HeaderClassName
{
color: #65ED8F;
}
.AnyTagClassName
{
color: #65ED8F;
}
</style>
background-color css
<style>
a { background-color: #65ED8F; }
a { background-color: rgb(101,237,143); }
div.DivClassName
{
background-color: #65ED8F;
}
.BgClassName
{
background-color: #65ED8F;
}
</style>
border-color css
<style>
span { border-color: #65ED8F; }
span { border-color: rgb(101,237,143); }
td.TdClassName
{
border-color: #65ED8F;
}
.TagClassName
{
border-color: #65ED8F;
}
</style>