Shades of Dark Pastel Green #17BD50
Tints of Dark Pastel Green #17BD50
RGB
CMYK
RGB Variations
Color information
#17BD50 (or 0x17BD50) is known color: Dark Pastel Green. HEX triplet: 17, BD and 50. RGB value is (23,189,80). Sum of RGB (Red+Green+Blue) = 23+189+80=292 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.88% from 292); Green value is 189 (74.22% from 255 or 64.73% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 189 - color contains mainly: green. Hex color #17BD50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #17BD50 is #E842AF. Grayscale: #7F7F7F. Windows color (decimal): -15221424 or 5291287. OLE color: 5291287.
HSL color Cylindrical-coordinate representation of color #17BD50: hue angle of 140.6º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17BD50 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 189 | 80 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.26 |
| HSL | 140.6º | 0.78% | 0.42% | - |
| HSV(B) | 140.6º | 0.88% | 0.74% | - |
| XYZ | 20 | 37.16 | 13.71 | - |
| YUV | 126.94 | 101.5 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 189 | 80 | 0.88 | 0 | 0.58 | 0.26 | 140.6 | 0.78 | 0.42 |
| Hex | 17 | BD | 50 | 58 | 0 | 3A | 1A | 8D | 4E | 2A |
| Octal | 27 | 275 | 120 | 130 | 0 | 72 | 32 | 215 | 116 | 52 |
| Binary | 10111 | 10111101 | 1010000 | 1011000 | 0 | 111010 | 11010 | 10001101 | 1001110 | 101010 |
Color Harmonies of #17BD50
Complementary color
Monochromatic Colors of #17BD50
Black with #17BD50
Text Example
Text Example
White with #17BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BD50; }
p { color: rgb(23,189,80); }
H1.HeaderClassName
{
color: #17BD50;
}
.AnyTagClassName
{
color: #17BD50;
}
</style>
background-color css
<style>
a { background-color: #17BD50; }
a { background-color: rgb(23,189,80); }
div.DivClassName
{
background-color: #17BD50;
}
.BgClassName
{
background-color: #17BD50;
}
</style>
border-color css
<style>
span { border-color: #17BD50; }
span { border-color: rgb(23,189,80); }
td.TdClassName
{
border-color: #17BD50;
}
.TagClassName
{
border-color: #17BD50;
}
</style>