Shades of Pastel Green #73F67B
Tints of Pastel Green #73F67B
RGB
CMYK
RGB Variations
Color information
#73F67B (or 0x73F67B) is known color: Pastel Green. HEX triplet: 73, F6 and 7B. RGB value is (115,246,123). Sum of RGB (Red+Green+Blue) = 115+246+123=484 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.76% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #73F67B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F67B is #8C0984. Grayscale: #C1C1C1. Windows color (decimal): -9177477 or 8124019. OLE color: 8124019.
HSL color Cylindrical-coordinate representation of color #73F67B: hue angle of 123.66º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F67B is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 246 | 123 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.04 |
| HSL | 123.66º | 0.88% | 0.71% | - |
| HSV(B) | 123.66º | 0.53% | 0.96% | - |
| XYZ | 43.6 | 70.99 | 30.14 | - |
| YUV | 192.81 | 88.6 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 246 | 123 | 0.53 | 0 | 0.50 | 0.04 | 123.66 | 0.88 | 0.71 |
| Hex | 73 | F6 | 7B | 35 | 0 | 32 | 4 | 7C | 58 | 47 |
| Octal | 163 | 366 | 173 | 65 | 0 | 62 | 4 | 174 | 130 | 107 |
| Binary | 1110011 | 11110110 | 1111011 | 110101 | 0 | 110010 | 100 | 1111100 | 1011000 | 1000111 |
Color Harmonies of #73F67B
Complementary color
Monochromatic Colors of #73F67B
Black with #73F67B
Text Example
Text Example
White with #73F67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F67B; }
p { color: rgb(115,246,123); }
H1.HeaderClassName
{
color: #73F67B;
}
.AnyTagClassName
{
color: #73F67B;
}
</style>
background-color css
<style>
a { background-color: #73F67B; }
a { background-color: rgb(115,246,123); }
div.DivClassName
{
background-color: #73F67B;
}
.BgClassName
{
background-color: #73F67B;
}
</style>
border-color css
<style>
span { border-color: #73F67B; }
span { border-color: rgb(115,246,123); }
td.TdClassName
{
border-color: #73F67B;
}
.TagClassName
{
border-color: #73F67B;
}
</style>