Shades of Pastel Green #65EA73
Tints of Pastel Green #65EA73
RGB
CMYK
RGB Variations
Color information
#65EA73 (or 0x65EA73) is known color: Pastel Green. HEX triplet: 65, EA and 73. RGB value is (101,234,115). Sum of RGB (Red+Green+Blue) = 101+234+115=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #65EA73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65EA73 is #9A158C. Grayscale: #B5B5B5. Windows color (decimal): -10098061 or 7596645. OLE color: 7596645.
HSL color Cylindrical-coordinate representation of color #65EA73: hue angle of 126.32º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EA73 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 234 | 115 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.08 |
| HSL | 126.32º | 0.76% | 0.66% | - |
| HSV(B) | 126.32º | 0.57% | 0.92% | - |
| XYZ | 37.88 | 62.85 | 26.35 | - |
| YUV | 180.67 | 90.94 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 234 | 115 | 0.57 | 0 | 0.51 | 0.08 | 126.32 | 0.76 | 0.66 |
| Hex | 65 | EA | 73 | 39 | 0 | 33 | 8 | 7E | 4C | 42 |
| Octal | 145 | 352 | 163 | 71 | 0 | 63 | 10 | 176 | 114 | 102 |
| Binary | 1100101 | 11101010 | 1110011 | 111001 | 0 | 110011 | 1000 | 1111110 | 1001100 | 1000010 |
Color Harmonies of #65EA73
Complementary color
Monochromatic Colors of #65EA73
Black with #65EA73
Text Example
Text Example
White with #65EA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EA73; }
p { color: rgb(101,234,115); }
H1.HeaderClassName
{
color: #65EA73;
}
.AnyTagClassName
{
color: #65EA73;
}
</style>
background-color css
<style>
a { background-color: #65EA73; }
a { background-color: rgb(101,234,115); }
div.DivClassName
{
background-color: #65EA73;
}
.BgClassName
{
background-color: #65EA73;
}
</style>
border-color css
<style>
span { border-color: #65EA73; }
span { border-color: rgb(101,234,115); }
td.TdClassName
{
border-color: #65EA73;
}
.TagClassName
{
border-color: #65EA73;
}
</style>