Shades of Pastel Green #65ED7F
Tints of Pastel Green #65ED7F
RGB
CMYK
RGB Variations
Color information
#65ED7F (or 0x65ED7F) is known color: Pastel Green. HEX triplet: 65, ED and 7F. RGB value is (101,237,127). Sum of RGB (Red+Green+Blue) = 101+237+127=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #65ED7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65ED7F is #9A1280. Grayscale: #B8B8B8. Windows color (decimal): -10097281 or 8383845. OLE color: 8383845.
HSL color Cylindrical-coordinate representation of color #65ED7F: hue angle of 131.47º 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 #65ED7F is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 237 | 127 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.07 |
| HSL | 131.47º | 0.79% | 0.66% | - |
| HSV(B) | 131.47º | 0.57% | 0.93% | - |
| XYZ | 39.48 | 64.87 | 30.52 | - |
| YUV | 183.8 | 95.94 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 237 | 127 | 0.57 | 0 | 0.46 | 0.07 | 131.47 | 0.79 | 0.66 |
| Hex | 65 | ED | 7F | 39 | 0 | 2E | 7 | 83 | 4F | 42 |
| Octal | 145 | 355 | 177 | 71 | 0 | 56 | 7 | 203 | 117 | 102 |
| Binary | 1100101 | 11101101 | 1111111 | 111001 | 0 | 101110 | 111 | 10000011 | 1001111 | 1000010 |
Color Harmonies of #65ED7F
Complementary color
Monochromatic Colors of #65ED7F
Black with #65ED7F
Text Example
Text Example
White with #65ED7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ED7F; }
p { color: rgb(101,237,127); }
H1.HeaderClassName
{
color: #65ED7F;
}
.AnyTagClassName
{
color: #65ED7F;
}
</style>
background-color css
<style>
a { background-color: #65ED7F; }
a { background-color: rgb(101,237,127); }
div.DivClassName
{
background-color: #65ED7F;
}
.BgClassName
{
background-color: #65ED7F;
}
</style>
border-color css
<style>
span { border-color: #65ED7F; }
span { border-color: rgb(101,237,127); }
td.TdClassName
{
border-color: #65ED7F;
}
.TagClassName
{
border-color: #65ED7F;
}
</style>