Shades of Pastel Green #73F18B
Tints of Pastel Green #73F18B
RGB
CMYK
RGB Variations
Color information
#73F18B (or 0x73F18B) is known color: Pastel Green. HEX triplet: 73, F1 and 8B. RGB value is (115,241,139). Sum of RGB (Red+Green+Blue) = 115+241+139=495 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.23% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #73F18B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73F18B is #8C0E74. Grayscale: #BFBFBF. Windows color (decimal): -9178741 or 9171315. OLE color: 9171315.
HSL color Cylindrical-coordinate representation of color #73F18B: hue angle of 131.43º 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 #73F18B is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 241 | 139 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.05 |
| HSL | 131.43º | 0.82% | 0.7% | - |
| HSV(B) | 131.43º | 0.52% | 0.95% | - |
| XYZ | 43.19 | 68.42 | 35.36 | - |
| YUV | 191.7 | 98.26 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 241 | 139 | 0.52 | 0 | 0.42 | 0.05 | 131.43 | 0.82 | 0.7 |
| Hex | 73 | F1 | 8B | 34 | 0 | 2A | 5 | 83 | 52 | 46 |
| Octal | 163 | 361 | 213 | 64 | 0 | 52 | 5 | 203 | 122 | 106 |
| Binary | 1110011 | 11110001 | 10001011 | 110100 | 0 | 101010 | 101 | 10000011 | 1010010 | 1000110 |
Color Harmonies of #73F18B
Complementary color
Monochromatic Colors of #73F18B
Black with #73F18B
Text Example
Text Example
White with #73F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F18B; }
p { color: rgb(115,241,139); }
H1.HeaderClassName
{
color: #73F18B;
}
.AnyTagClassName
{
color: #73F18B;
}
</style>
background-color css
<style>
a { background-color: #73F18B; }
a { background-color: rgb(115,241,139); }
div.DivClassName
{
background-color: #73F18B;
}
.BgClassName
{
background-color: #73F18B;
}
</style>
border-color css
<style>
span { border-color: #73F18B; }
span { border-color: rgb(115,241,139); }
td.TdClassName
{
border-color: #73F18B;
}
.TagClassName
{
border-color: #73F18B;
}
</style>