Shades of Pastel Green #65E472
Tints of Pastel Green #65E472
RGB
CMYK
RGB Variations
Color information
#65E472 (or 0x65E472) is known color: Pastel Green. HEX triplet: 65, E4 and 72. RGB value is (101,228,114). Sum of RGB (Red+Green+Blue) = 101+228+114=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 228 (89.45% from 255 or 51.47% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 228 - color contains mainly: green. Hex color #65E472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65E472 is #9A1B8D. Grayscale: #B1B1B1. Windows color (decimal): -10099598 or 7529573. OLE color: 7529573.
HSL color Cylindrical-coordinate representation of color #65E472: hue angle of 126.14º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E472 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 228 | 114 | - |
| CMYK | 0.56 | 0 | 0.50 | 0.11 |
| HSL | 126.14º | 0.7% | 0.65% | - |
| HSV(B) | 126.14º | 0.56% | 0.89% | - |
| XYZ | 36.15 | 59.47 | 25.49 | - |
| YUV | 177.03 | 92.42 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 228 | 114 | 0.56 | 0 | 0.50 | 0.11 | 126.14 | 0.7 | 0.65 |
| Hex | 65 | E4 | 72 | 38 | 0 | 32 | B | 7E | 46 | 41 |
| Octal | 145 | 344 | 162 | 70 | 0 | 62 | 13 | 176 | 106 | 101 |
| Binary | 1100101 | 11100100 | 1110010 | 111000 | 0 | 110010 | 1011 | 1111110 | 1000110 | 1000001 |
Color Harmonies of #65E472
Complementary color
Monochromatic Colors of #65E472
Black with #65E472
Text Example
Text Example
White with #65E472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E472; }
p { color: rgb(101,228,114); }
H1.HeaderClassName
{
color: #65E472;
}
.AnyTagClassName
{
color: #65E472;
}
</style>
background-color css
<style>
a { background-color: #65E472; }
a { background-color: rgb(101,228,114); }
div.DivClassName
{
background-color: #65E472;
}
.BgClassName
{
background-color: #65E472;
}
</style>
border-color css
<style>
span { border-color: #65E472; }
span { border-color: rgb(101,228,114); }
td.TdClassName
{
border-color: #65E472;
}
.TagClassName
{
border-color: #65E472;
}
</style>