Shades of Pastel Green #75DF83
Tints of Pastel Green #75DF83
RGB
CMYK
RGB Variations
Color information
#75DF83 (or 0x75DF83) is known color: Pastel Green. HEX triplet: 75, DF and 83. RGB value is (117,223,131). Sum of RGB (Red+Green+Blue) = 117+223+131=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DF83 is #8A207C. Grayscale: #B5B5B5. Windows color (decimal): -9052285 or 8642421. OLE color: 8642421.
HSL color Cylindrical-coordinate representation of color #75DF83: hue angle of 127.92º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DF83 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 223 | 131 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.13 |
| HSL | 127.92º | 0.62% | 0.67% | - |
| HSV(B) | 127.92º | 0.48% | 0.87% | - |
| XYZ | 37.82 | 58.2 | 30.71 | - |
| YUV | 180.82 | 99.88 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 223 | 131 | 0.48 | 0 | 0.41 | 0.13 | 127.92 | 0.62 | 0.67 |
| Hex | 75 | DF | 83 | 30 | 0 | 29 | D | 80 | 3E | 43 |
| Octal | 165 | 337 | 203 | 60 | 0 | 51 | 15 | 200 | 76 | 103 |
| Binary | 1110101 | 11011111 | 10000011 | 110000 | 0 | 101001 | 1101 | 10000000 | 111110 | 1000011 |
Color Harmonies of #75DF83
Complementary color
Monochromatic Colors of #75DF83
Black with #75DF83
Text Example
Text Example
White with #75DF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DF83; }
p { color: rgb(117,223,131); }
H1.HeaderClassName
{
color: #75DF83;
}
.AnyTagClassName
{
color: #75DF83;
}
</style>
background-color css
<style>
a { background-color: #75DF83; }
a { background-color: rgb(117,223,131); }
div.DivClassName
{
background-color: #75DF83;
}
.BgClassName
{
background-color: #75DF83;
}
</style>
border-color css
<style>
span { border-color: #75DF83; }
span { border-color: rgb(117,223,131); }
td.TdClassName
{
border-color: #75DF83;
}
.TagClassName
{
border-color: #75DF83;
}
</style>