Shades of Pastel Green #75DC83
Tints of Pastel Green #75DC83
RGB
CMYK
RGB Variations
Color information
#75DC83 (or 0x75DC83) is known color: Pastel Green. HEX triplet: 75, DC and 83. RGB value is (117,220,131). Sum of RGB (Red+Green+Blue) = 117+220+131=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DC83 is #8A237C. Grayscale: #B3B3B3. Windows color (decimal): -9053053 or 8641653. OLE color: 8641653.
HSL color Cylindrical-coordinate representation of color #75DC83: hue angle of 128.16º 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 #75DC83 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 220 | 131 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.14 |
| HSL | 128.16º | 0.6% | 0.66% | - |
| HSV(B) | 128.16º | 0.47% | 0.86% | - |
| XYZ | 37.03 | 56.61 | 30.45 | - |
| YUV | 179.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 131 | 0.47 | 0 | 0.40 | 0.14 | 128.16 | 0.6 | 0.66 |
| Hex | 75 | DC | 83 | 2F | 0 | 28 | E | 80 | 3C | 42 |
| Octal | 165 | 334 | 203 | 57 | 0 | 50 | 16 | 200 | 74 | 102 |
| Binary | 1110101 | 11011100 | 10000011 | 101111 | 0 | 101000 | 1110 | 10000000 | 111100 | 1000010 |
Color Harmonies of #75DC83
Complementary color
Monochromatic Colors of #75DC83
Black with #75DC83
Text Example
Text Example
White with #75DC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DC83; }
p { color: rgb(117,220,131); }
H1.HeaderClassName
{
color: #75DC83;
}
.AnyTagClassName
{
color: #75DC83;
}
</style>
background-color css
<style>
a { background-color: #75DC83; }
a { background-color: rgb(117,220,131); }
div.DivClassName
{
background-color: #75DC83;
}
.BgClassName
{
background-color: #75DC83;
}
</style>
border-color css
<style>
span { border-color: #75DC83; }
span { border-color: rgb(117,220,131); }
td.TdClassName
{
border-color: #75DC83;
}
.TagClassName
{
border-color: #75DC83;
}
</style>