Shades of Pastel Green #73EE70
Tints of Pastel Green #73EE70
RGB
CMYK
RGB Variations
Color information
#73EE70 (or 0x73EE70) is known color: Pastel Green. HEX triplet: 73, EE and 70. RGB value is (115,238,112). Sum of RGB (Red+Green+Blue) = 115+238+112=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 238 (93.36% from 255 or 51.18% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 238 - color contains mainly: green. Hex color #73EE70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73EE70 is #8C118F. Grayscale: #BBBBBB. Windows color (decimal): -9179536 or 7401075. OLE color: 7401075.
HSL color Cylindrical-coordinate representation of color #73EE70: hue angle of 118.57º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73EE70 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 238 | 112 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.07 |
| HSL | 118.57º | 0.79% | 0.69% | - |
| HSV(B) | 118.57º | 0.53% | 0.93% | - |
| XYZ | 40.57 | 65.96 | 25.92 | - |
| YUV | 186.86 | 85.75 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 112 | 0.52 | 0 | 0.53 | 0.07 | 118.57 | 0.79 | 0.69 |
| Hex | 73 | EE | 70 | 34 | 0 | 35 | 7 | 77 | 4F | 45 |
| Octal | 163 | 356 | 160 | 64 | 0 | 65 | 7 | 167 | 117 | 105 |
| Binary | 1110011 | 11101110 | 1110000 | 110100 | 0 | 110101 | 111 | 1110111 | 1001111 | 1000101 |
Color Harmonies of #73EE70
Complementary color
Monochromatic Colors of #73EE70
Black with #73EE70
Text Example
Text Example
White with #73EE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EE70; }
p { color: rgb(115,238,112); }
H1.HeaderClassName
{
color: #73EE70;
}
.AnyTagClassName
{
color: #73EE70;
}
</style>
background-color css
<style>
a { background-color: #73EE70; }
a { background-color: rgb(115,238,112); }
div.DivClassName
{
background-color: #73EE70;
}
.BgClassName
{
background-color: #73EE70;
}
</style>
border-color css
<style>
span { border-color: #73EE70; }
span { border-color: rgb(115,238,112); }
td.TdClassName
{
border-color: #73EE70;
}
.TagClassName
{
border-color: #73EE70;
}
</style>