Shades of Pastel Green #65E972
Tints of Pastel Green #65E972
RGB
CMYK
RGB Variations
Color information
#65E972 (or 0x65E972) is known color: Pastel Green. HEX triplet: 65, E9 and 72. RGB value is (101,233,114). Sum of RGB (Red+Green+Blue) = 101+233+114=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #65E972 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65E972 is #9A168D. Grayscale: #B4B4B4. Windows color (decimal): -10098318 or 7530853. OLE color: 7530853.
HSL color Cylindrical-coordinate representation of color #65E972: hue angle of 125.91º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65E972 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 233 | 114 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.09 |
| HSL | 125.91º | 0.75% | 0.65% | - |
| HSV(B) | 125.91º | 0.57% | 0.91% | - |
| XYZ | 37.54 | 62.26 | 25.96 | - |
| YUV | 179.97 | 90.77 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 233 | 114 | 0.57 | 0 | 0.51 | 0.09 | 125.91 | 0.75 | 0.65 |
| Hex | 65 | E9 | 72 | 39 | 0 | 33 | 9 | 7E | 4B | 41 |
| Octal | 145 | 351 | 162 | 71 | 0 | 63 | 11 | 176 | 113 | 101 |
| Binary | 1100101 | 11101001 | 1110010 | 111001 | 0 | 110011 | 1001 | 1111110 | 1001011 | 1000001 |
Color Harmonies of #65E972
Complementary color
Monochromatic Colors of #65E972
Black with #65E972
Text Example
Text Example
White with #65E972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E972; }
p { color: rgb(101,233,114); }
H1.HeaderClassName
{
color: #65E972;
}
.AnyTagClassName
{
color: #65E972;
}
</style>
background-color css
<style>
a { background-color: #65E972; }
a { background-color: rgb(101,233,114); }
div.DivClassName
{
background-color: #65E972;
}
.BgClassName
{
background-color: #65E972;
}
</style>
border-color css
<style>
span { border-color: #65E972; }
span { border-color: rgb(101,233,114); }
td.TdClassName
{
border-color: #65E972;
}
.TagClassName
{
border-color: #65E972;
}
</style>