Shades of Pastel Green #75D37B
Tints of Pastel Green #75D37B
RGB
CMYK
RGB Variations
Color information
#75D37B (or 0x75D37B) is known color: Pastel Green. HEX triplet: 75, D3 and 7B. RGB value is (117,211,123). Sum of RGB (Red+Green+Blue) = 117+211+123=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 211 - color contains mainly: green. Hex color #75D37B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D37B is #8A2C84. Grayscale: #ADADAD. Windows color (decimal): -9055365 or 8115061. OLE color: 8115061.
HSL color Cylindrical-coordinate representation of color #75D37B: hue angle of 123.83º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D37B is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 211 | 123 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.17 |
| HSL | 123.83º | 0.52% | 0.64% | - |
| HSV(B) | 123.83º | 0.45% | 0.83% | - |
| XYZ | 34.21 | 51.8 | 26.93 | - |
| YUV | 172.86 | 99.86 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 211 | 123 | 0.45 | 0 | 0.42 | 0.17 | 123.83 | 0.52 | 0.64 |
| Hex | 75 | D3 | 7B | 2D | 0 | 2A | 11 | 7C | 34 | 40 |
| Octal | 165 | 323 | 173 | 55 | 0 | 52 | 21 | 174 | 64 | 100 |
| Binary | 1110101 | 11010011 | 1111011 | 101101 | 0 | 101010 | 10001 | 1111100 | 110100 | 1000000 |
Color Harmonies of #75D37B
Complementary color
Monochromatic Colors of #75D37B
Black with #75D37B
Text Example
Text Example
White with #75D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D37B; }
p { color: rgb(117,211,123); }
H1.HeaderClassName
{
color: #75D37B;
}
.AnyTagClassName
{
color: #75D37B;
}
</style>
background-color css
<style>
a { background-color: #75D37B; }
a { background-color: rgb(117,211,123); }
div.DivClassName
{
background-color: #75D37B;
}
.BgClassName
{
background-color: #75D37B;
}
</style>
border-color css
<style>
span { border-color: #75D37B; }
span { border-color: rgb(117,211,123); }
td.TdClassName
{
border-color: #75D37B;
}
.TagClassName
{
border-color: #75D37B;
}
</style>