Shades of Pastel Green #73F18C
Tints of Pastel Green #73F18C
RGB
CMYK
RGB Variations
Color information
#73F18C (or 0x73F18C) is known color: Pastel Green. HEX triplet: 73, F1 and 8C. RGB value is (115,241,140). Sum of RGB (Red+Green+Blue) = 115+241+140=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #73F18C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73F18C is #8C0E73. Grayscale: #C0C0C0. Windows color (decimal): -9178740 or 9236851. OLE color: 9236851.
HSL color Cylindrical-coordinate representation of color #73F18C: hue angle of 131.9º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73F18C is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 241 | 140 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.05 |
| HSL | 131.9º | 0.82% | 0.7% | - |
| HSV(B) | 131.9º | 0.52% | 0.95% | - |
| XYZ | 43.26 | 68.45 | 35.74 | - |
| YUV | 191.81 | 98.76 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 241 | 140 | 0.52 | 0 | 0.42 | 0.05 | 131.9 | 0.82 | 0.7 |
| Hex | 73 | F1 | 8C | 34 | 0 | 2A | 5 | 84 | 52 | 46 |
| Octal | 163 | 361 | 214 | 64 | 0 | 52 | 5 | 204 | 122 | 106 |
| Binary | 1110011 | 11110001 | 10001100 | 110100 | 0 | 101010 | 101 | 10000100 | 1010010 | 1000110 |
Color Harmonies of #73F18C
Complementary color
Monochromatic Colors of #73F18C
Black with #73F18C
Text Example
Text Example
White with #73F18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F18C; }
p { color: rgb(115,241,140); }
H1.HeaderClassName
{
color: #73F18C;
}
.AnyTagClassName
{
color: #73F18C;
}
</style>
background-color css
<style>
a { background-color: #73F18C; }
a { background-color: rgb(115,241,140); }
div.DivClassName
{
background-color: #73F18C;
}
.BgClassName
{
background-color: #73F18C;
}
</style>
border-color css
<style>
span { border-color: #73F18C; }
span { border-color: rgb(115,241,140); }
td.TdClassName
{
border-color: #73F18C;
}
.TagClassName
{
border-color: #73F18C;
}
</style>