Shades of Pastel Green #75DC80
Tints of Pastel Green #75DC80
RGB
CMYK
RGB Variations
Color information
#75DC80 (or 0x75DC80) is known color: Pastel Green. HEX triplet: 75, DC and 80. RGB value is (117,220,128). Sum of RGB (Red+Green+Blue) = 117+220+128=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DC80 is #8A237F. Grayscale: #B2B2B2. Windows color (decimal): -9053056 or 8445045. OLE color: 8445045.
HSL color Cylindrical-coordinate representation of color #75DC80: hue angle of 126.41º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DC80 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 220 | 128 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.14 |
| HSL | 126.41º | 0.6% | 0.66% | - |
| HSV(B) | 126.41º | 0.47% | 0.86% | - |
| XYZ | 36.83 | 56.53 | 29.39 | - |
| YUV | 178.72 | 99.38 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 128 | 0.47 | 0 | 0.42 | 0.14 | 126.41 | 0.6 | 0.66 |
| Hex | 75 | DC | 80 | 2F | 0 | 2A | E | 7E | 3C | 42 |
| Octal | 165 | 334 | 200 | 57 | 0 | 52 | 16 | 176 | 74 | 102 |
| Binary | 1110101 | 11011100 | 10000000 | 101111 | 0 | 101010 | 1110 | 1111110 | 111100 | 1000010 |
Color Harmonies of #75DC80
Complementary color
Monochromatic Colors of #75DC80
Black with #75DC80
Text Example
Text Example
White with #75DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DC80; }
p { color: rgb(117,220,128); }
H1.HeaderClassName
{
color: #75DC80;
}
.AnyTagClassName
{
color: #75DC80;
}
</style>
background-color css
<style>
a { background-color: #75DC80; }
a { background-color: rgb(117,220,128); }
div.DivClassName
{
background-color: #75DC80;
}
.BgClassName
{
background-color: #75DC80;
}
</style>
border-color css
<style>
span { border-color: #75DC80; }
span { border-color: rgb(117,220,128); }
td.TdClassName
{
border-color: #75DC80;
}
.TagClassName
{
border-color: #75DC80;
}
</style>