Shades of Pastel Green #65E072
Tints of Pastel Green #65E072
RGB
CMYK
RGB Variations
Color information
#65E072 (or 0x65E072) is known color: Pastel Green. HEX triplet: 65, E0 and 72. RGB value is (101,224,114). Sum of RGB (Red+Green+Blue) = 101+224+114=439 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.01% from 439); Green value is 224 (87.89% from 255 or 51.03% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 224 - color contains mainly: green. Hex color #65E072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65E072 is #9A1F8D. Grayscale: #AEAEAE. Windows color (decimal): -10100622 or 7528549. OLE color: 7528549.
HSL color Cylindrical-coordinate representation of color #65E072: hue angle of 126.34º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E072 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 224 | 114 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.12 |
| HSL | 126.34º | 0.66% | 0.64% | - |
| HSV(B) | 126.34º | 0.55% | 0.88% | - |
| XYZ | 35.06 | 57.29 | 25.13 | - |
| YUV | 174.68 | 93.75 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 224 | 114 | 0.55 | 0 | 0.49 | 0.12 | 126.34 | 0.66 | 0.64 |
| Hex | 65 | E0 | 72 | 37 | 0 | 31 | C | 7E | 42 | 40 |
| Octal | 145 | 340 | 162 | 67 | 0 | 61 | 14 | 176 | 102 | 100 |
| Binary | 1100101 | 11100000 | 1110010 | 110111 | 0 | 110001 | 1100 | 1111110 | 1000010 | 1000000 |
Color Harmonies of #65E072
Complementary color
Monochromatic Colors of #65E072
Black with #65E072
Text Example
Text Example
White with #65E072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E072; }
p { color: rgb(101,224,114); }
H1.HeaderClassName
{
color: #65E072;
}
.AnyTagClassName
{
color: #65E072;
}
</style>
background-color css
<style>
a { background-color: #65E072; }
a { background-color: rgb(101,224,114); }
div.DivClassName
{
background-color: #65E072;
}
.BgClassName
{
background-color: #65E072;
}
</style>
border-color css
<style>
span { border-color: #65E072; }
span { border-color: rgb(101,224,114); }
td.TdClassName
{
border-color: #65E072;
}
.TagClassName
{
border-color: #65E072;
}
</style>