Shades of Pastel Green #75D378
Tints of Pastel Green #75D378
RGB
CMYK
RGB Variations
Color information
#75D378 (or 0x75D378) is known color: Pastel Green. HEX triplet: 75, D3 and 78. RGB value is (117,211,120). Sum of RGB (Red+Green+Blue) = 117+211+120=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 211 - color contains mainly: green. Hex color #75D378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D378 is #8A2C87. Grayscale: #ACACAC. Windows color (decimal): -9055368 or 7918453. OLE color: 7918453.
HSL color Cylindrical-coordinate representation of color #75D378: hue angle of 121.91º 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 #75D378 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 211 | 120 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.17 |
| HSL | 121.91º | 0.52% | 0.64% | - |
| HSV(B) | 121.91º | 0.45% | 0.83% | - |
| XYZ | 34.02 | 51.73 | 25.96 | - |
| YUV | 172.52 | 98.36 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 211 | 120 | 0.45 | 0 | 0.43 | 0.17 | 121.91 | 0.52 | 0.64 |
| Hex | 75 | D3 | 78 | 2D | 0 | 2B | 11 | 7A | 34 | 40 |
| Octal | 165 | 323 | 170 | 55 | 0 | 53 | 21 | 172 | 64 | 100 |
| Binary | 1110101 | 11010011 | 1111000 | 101101 | 0 | 101011 | 10001 | 1111010 | 110100 | 1000000 |
Color Harmonies of #75D378
Complementary color
Monochromatic Colors of #75D378
Black with #75D378
Text Example
Text Example
White with #75D378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D378; }
p { color: rgb(117,211,120); }
H1.HeaderClassName
{
color: #75D378;
}
.AnyTagClassName
{
color: #75D378;
}
</style>
background-color css
<style>
a { background-color: #75D378; }
a { background-color: rgb(117,211,120); }
div.DivClassName
{
background-color: #75D378;
}
.BgClassName
{
background-color: #75D378;
}
</style>
border-color css
<style>
span { border-color: #75D378; }
span { border-color: rgb(117,211,120); }
td.TdClassName
{
border-color: #75D378;
}
.TagClassName
{
border-color: #75D378;
}
</style>