Shades of Pastel Green #75E16B
Tints of Pastel Green #75E16B
RGB
CMYK
RGB Variations
Color information
#75E16B (or 0x75E16B) is known color: Pastel Green. HEX triplet: 75, E1 and 6B. RGB value is (117,225,107). Sum of RGB (Red+Green+Blue) = 117+225+107=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #75E16B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E16B is #8A1E94. Grayscale: #B3B3B3. Windows color (decimal): -9051797 or 7070069. OLE color: 7070069.
HSL color Cylindrical-coordinate representation of color #75E16B: hue angle of 114.92º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75E16B is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 225 | 107 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.12 |
| HSL | 114.92º | 0.66% | 0.65% | - |
| HSV(B) | 114.92º | 0.52% | 0.88% | - |
| XYZ | 36.92 | 58.69 | 23.29 | - |
| YUV | 179.26 | 87.22 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 225 | 107 | 0.48 | 0 | 0.52 | 0.12 | 114.92 | 0.66 | 0.65 |
| Hex | 75 | E1 | 6B | 30 | 0 | 34 | C | 73 | 42 | 41 |
| Octal | 165 | 341 | 153 | 60 | 0 | 64 | 14 | 163 | 102 | 101 |
| Binary | 1110101 | 11100001 | 1101011 | 110000 | 0 | 110100 | 1100 | 1110011 | 1000010 | 1000001 |
Color Harmonies of #75E16B
Complementary color
Monochromatic Colors of #75E16B
Black with #75E16B
Text Example
Text Example
White with #75E16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E16B; }
p { color: rgb(117,225,107); }
H1.HeaderClassName
{
color: #75E16B;
}
.AnyTagClassName
{
color: #75E16B;
}
</style>
background-color css
<style>
a { background-color: #75E16B; }
a { background-color: rgb(117,225,107); }
div.DivClassName
{
background-color: #75E16B;
}
.BgClassName
{
background-color: #75E16B;
}
</style>
border-color css
<style>
span { border-color: #75E16B; }
span { border-color: rgb(117,225,107); }
td.TdClassName
{
border-color: #75E16B;
}
.TagClassName
{
border-color: #75E16B;
}
</style>