Shades of Pastel Green #73E05C
Tints of Pastel Green #73E05C
RGB
CMYK
RGB Variations
Color information
#73E05C (or 0x73E05C) is known color: Pastel Green. HEX triplet: 73, E0 and 5C. RGB value is (115,224,92). Sum of RGB (Red+Green+Blue) = 115+224+92=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #73E05C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73E05C is #8C1FA3. Grayscale: #B0B0B0. Windows color (decimal): -9183140 or 6086771. OLE color: 6086771.
HSL color Cylindrical-coordinate representation of color #73E05C: hue angle of 109.55º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73E05C is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 224 | 92 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.12 |
| HSL | 109.55º | 0.68% | 0.62% | - |
| HSV(B) | 109.55º | 0.59% | 0.88% | - |
| XYZ | 35.66 | 57.73 | 19.39 | - |
| YUV | 176.36 | 80.39 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 224 | 92 | 0.49 | 0 | 0.59 | 0.12 | 109.55 | 0.68 | 0.62 |
| Hex | 73 | E0 | 5C | 31 | 0 | 3B | C | 6E | 44 | 3E |
| Octal | 163 | 340 | 134 | 61 | 0 | 73 | 14 | 156 | 104 | 76 |
| Binary | 1110011 | 11100000 | 1011100 | 110001 | 0 | 111011 | 1100 | 1101110 | 1000100 | 111110 |
Color Harmonies of #73E05C
Complementary color
Monochromatic Colors of #73E05C
Black with #73E05C
Text Example
Text Example
White with #73E05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E05C; }
p { color: rgb(115,224,92); }
H1.HeaderClassName
{
color: #73E05C;
}
.AnyTagClassName
{
color: #73E05C;
}
</style>
background-color css
<style>
a { background-color: #73E05C; }
a { background-color: rgb(115,224,92); }
div.DivClassName
{
background-color: #73E05C;
}
.BgClassName
{
background-color: #73E05C;
}
</style>
border-color css
<style>
span { border-color: #73E05C; }
span { border-color: rgb(115,224,92); }
td.TdClassName
{
border-color: #73E05C;
}
.TagClassName
{
border-color: #73E05C;
}
</style>