Shades of Pastel Green #75DB8C
Tints of Pastel Green #75DB8C
RGB
CMYK
RGB Variations
Color information
#75DB8C (or 0x75DB8C) is known color: Pastel Green. HEX triplet: 75, DB and 8C. RGB value is (117,219,140). Sum of RGB (Red+Green+Blue) = 117+219+140=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DB8C is #8A2473. Grayscale: #B3B3B3. Windows color (decimal): -9053300 or 9231221. OLE color: 9231221.
HSL color Cylindrical-coordinate representation of color #75DB8C: hue angle of 133.53º degrees, saturation: 0.59, 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 #75DB8C is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 140 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.14 |
| HSL | 133.53º | 0.59% | 0.66% | - |
| HSV(B) | 133.53º | 0.47% | 0.86% | - |
| XYZ | 37.4 | 56.34 | 33.71 | - |
| YUV | 179.5 | 105.71 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 140 | 0.47 | 0 | 0.36 | 0.14 | 133.53 | 0.59 | 0.66 |
| Hex | 75 | DB | 8C | 2F | 0 | 24 | E | 86 | 3B | 42 |
| Octal | 165 | 333 | 214 | 57 | 0 | 44 | 16 | 206 | 73 | 102 |
| Binary | 1110101 | 11011011 | 10001100 | 101111 | 0 | 100100 | 1110 | 10000110 | 111011 | 1000010 |
Color Harmonies of #75DB8C
Complementary color
Monochromatic Colors of #75DB8C
Black with #75DB8C
Text Example
Text Example
White with #75DB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DB8C; }
p { color: rgb(117,219,140); }
H1.HeaderClassName
{
color: #75DB8C;
}
.AnyTagClassName
{
color: #75DB8C;
}
</style>
background-color css
<style>
a { background-color: #75DB8C; }
a { background-color: rgb(117,219,140); }
div.DivClassName
{
background-color: #75DB8C;
}
.BgClassName
{
background-color: #75DB8C;
}
</style>
border-color css
<style>
span { border-color: #75DB8C; }
span { border-color: rgb(117,219,140); }
td.TdClassName
{
border-color: #75DB8C;
}
.TagClassName
{
border-color: #75DB8C;
}
</style>