Shades of Pastel Green #65EA7B
Tints of Pastel Green #65EA7B
RGB
CMYK
RGB Variations
Color information
#65EA7B (or 0x65EA7B) is known color: Pastel Green. HEX triplet: 65, EA and 7B. RGB value is (101,234,123). Sum of RGB (Red+Green+Blue) = 101+234+123=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #65EA7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65EA7B is #9A1584. Grayscale: #B5B5B5. Windows color (decimal): -10098053 or 8120933. OLE color: 8120933.
HSL color Cylindrical-coordinate representation of color #65EA7B: hue angle of 129.92º 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 #65EA7B is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 234 | 123 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.08 |
| HSL | 129.92º | 0.76% | 0.66% | - |
| HSV(B) | 129.92º | 0.57% | 0.92% | - |
| XYZ | 38.36 | 63.04 | 28.89 | - |
| YUV | 181.58 | 94.94 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 234 | 123 | 0.57 | 0 | 0.47 | 0.08 | 129.92 | 0.76 | 0.66 |
| Hex | 65 | EA | 7B | 39 | 0 | 2F | 8 | 82 | 4C | 42 |
| Octal | 145 | 352 | 173 | 71 | 0 | 57 | 10 | 202 | 114 | 102 |
| Binary | 1100101 | 11101010 | 1111011 | 111001 | 0 | 101111 | 1000 | 10000010 | 1001100 | 1000010 |
Color Harmonies of #65EA7B
Complementary color
Monochromatic Colors of #65EA7B
Black with #65EA7B
Text Example
Text Example
White with #65EA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EA7B; }
p { color: rgb(101,234,123); }
H1.HeaderClassName
{
color: #65EA7B;
}
.AnyTagClassName
{
color: #65EA7B;
}
</style>
background-color css
<style>
a { background-color: #65EA7B; }
a { background-color: rgb(101,234,123); }
div.DivClassName
{
background-color: #65EA7B;
}
.BgClassName
{
background-color: #65EA7B;
}
</style>
border-color css
<style>
span { border-color: #65EA7B; }
span { border-color: rgb(101,234,123); }
td.TdClassName
{
border-color: #65EA7B;
}
.TagClassName
{
border-color: #65EA7B;
}
</style>