Shades of Pastel Green #75D07E
Tints of Pastel Green #75D07E
RGB
CMYK
RGB Variations
Color information
#75D07E (or 0x75D07E) is known color: Pastel Green. HEX triplet: 75, D0 and 7E. RGB value is (117,208,126). Sum of RGB (Red+Green+Blue) = 117+208+126=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #75D07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D07E is #8A2F81. Grayscale: #ABABAB. Windows color (decimal): -9056130 or 8310901. OLE color: 8310901.
HSL color Cylindrical-coordinate representation of color #75D07E: hue angle of 125.93º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D07E is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 208 | 126 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.18 |
| HSL | 125.93º | 0.49% | 0.64% | - |
| HSV(B) | 125.93º | 0.44% | 0.82% | - |
| XYZ | 33.66 | 50.4 | 27.69 | - |
| YUV | 171.44 | 102.35 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 208 | 126 | 0.44 | 0 | 0.39 | 0.18 | 125.93 | 0.49 | 0.64 |
| Hex | 75 | D0 | 7E | 2C | 0 | 27 | 12 | 7E | 31 | 40 |
| Octal | 165 | 320 | 176 | 54 | 0 | 47 | 22 | 176 | 61 | 100 |
| Binary | 1110101 | 11010000 | 1111110 | 101100 | 0 | 100111 | 10010 | 1111110 | 110001 | 1000000 |
Color Harmonies of #75D07E
Complementary color
Monochromatic Colors of #75D07E
Black with #75D07E
Text Example
Text Example
White with #75D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D07E; }
p { color: rgb(117,208,126); }
H1.HeaderClassName
{
color: #75D07E;
}
.AnyTagClassName
{
color: #75D07E;
}
</style>
background-color css
<style>
a { background-color: #75D07E; }
a { background-color: rgb(117,208,126); }
div.DivClassName
{
background-color: #75D07E;
}
.BgClassName
{
background-color: #75D07E;
}
</style>
border-color css
<style>
span { border-color: #75D07E; }
span { border-color: rgb(117,208,126); }
td.TdClassName
{
border-color: #75D07E;
}
.TagClassName
{
border-color: #75D07E;
}
</style>