Shades of Dark Pastel Green #23BC50
Tints of Dark Pastel Green #23BC50
RGB
CMYK
RGB Variations
Color information
#23BC50 (or 0x23BC50) is known color: Dark Pastel Green. HEX triplet: 23, BC and 50. RGB value is (35,188,80). Sum of RGB (Red+Green+Blue) = 35+188+80=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 188 (73.83% from 255 or 62.05% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 188 - color contains mainly: green. Hex color #23BC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #23BC50 is #DC43AF. Grayscale: #828282. Windows color (decimal): -14435248 or 5291043. OLE color: 5291043.
HSL color Cylindrical-coordinate representation of color #23BC50: hue angle of 137.65º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BC50 is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 188 | 80 | - |
| CMYK | 0.81 | 0 | 0.57 | 0.26 |
| HSL | 137.65º | 0.69% | 0.44% | - |
| HSV(B) | 137.65º | 0.81% | 0.74% | - |
| XYZ | 20.12 | 36.9 | 13.65 | - |
| YUV | 129.94 | 99.81 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 188 | 80 | 0.81 | 0 | 0.57 | 0.26 | 137.65 | 0.69 | 0.44 |
| Hex | 23 | BC | 50 | 51 | 0 | 39 | 1A | 8A | 45 | 2C |
| Octal | 43 | 274 | 120 | 121 | 0 | 71 | 32 | 212 | 105 | 54 |
| Binary | 100011 | 10111100 | 1010000 | 1010001 | 0 | 111001 | 11010 | 10001010 | 1000101 | 101100 |
Color Harmonies of #23BC50
Complementary color
Monochromatic Colors of #23BC50
Black with #23BC50
Text Example
Text Example
White with #23BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BC50; }
p { color: rgb(35,188,80); }
H1.HeaderClassName
{
color: #23BC50;
}
.AnyTagClassName
{
color: #23BC50;
}
</style>
background-color css
<style>
a { background-color: #23BC50; }
a { background-color: rgb(35,188,80); }
div.DivClassName
{
background-color: #23BC50;
}
.BgClassName
{
background-color: #23BC50;
}
</style>
border-color css
<style>
span { border-color: #23BC50; }
span { border-color: rgb(35,188,80); }
td.TdClassName
{
border-color: #23BC50;
}
.TagClassName
{
border-color: #23BC50;
}
</style>