Shades of Pastel Green #65ED84
Tints of Pastel Green #65ED84
RGB
CMYK
RGB Variations
Color information
#65ED84 (or 0x65ED84) is known color: Pastel Green. HEX triplet: 65, ED and 84. RGB value is (101,237,132). Sum of RGB (Red+Green+Blue) = 101+237+132=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #65ED84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65ED84 is #9A127B. Grayscale: #B8B8B8. Windows color (decimal): -10097276 or 8711525. OLE color: 8711525.
HSL color Cylindrical-coordinate representation of color #65ED84: hue angle of 133.68º 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 #65ED84 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 237 | 132 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.07 |
| HSL | 133.68º | 0.79% | 0.66% | - |
| HSV(B) | 133.68º | 0.57% | 0.93% | - |
| XYZ | 39.82 | 65 | 32.28 | - |
| YUV | 184.37 | 98.44 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 237 | 132 | 0.57 | 0 | 0.44 | 0.07 | 133.68 | 0.79 | 0.66 |
| Hex | 65 | ED | 84 | 39 | 0 | 2C | 7 | 86 | 4F | 42 |
| Octal | 145 | 355 | 204 | 71 | 0 | 54 | 7 | 206 | 117 | 102 |
| Binary | 1100101 | 11101101 | 10000100 | 111001 | 0 | 101100 | 111 | 10000110 | 1001111 | 1000010 |
Color Harmonies of #65ED84
Complementary color
Monochromatic Colors of #65ED84
Black with #65ED84
Text Example
Text Example
White with #65ED84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ED84; }
p { color: rgb(101,237,132); }
H1.HeaderClassName
{
color: #65ED84;
}
.AnyTagClassName
{
color: #65ED84;
}
</style>
background-color css
<style>
a { background-color: #65ED84; }
a { background-color: rgb(101,237,132); }
div.DivClassName
{
background-color: #65ED84;
}
.BgClassName
{
background-color: #65ED84;
}
</style>
border-color css
<style>
span { border-color: #65ED84; }
span { border-color: rgb(101,237,132); }
td.TdClassName
{
border-color: #65ED84;
}
.TagClassName
{
border-color: #65ED84;
}
</style>