Shades of Dark Pastel Green #23BF4D
Tints of Dark Pastel Green #23BF4D
RGB
CMYK
RGB Variations
Color information
#23BF4D (or 0x23BF4D) is known color: Dark Pastel Green. HEX triplet: 23, BF and 4D. RGB value is (35,191,77). Sum of RGB (Red+Green+Blue) = 35+191+77=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 191 (75% from 255 or 63.04% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 191 - color contains mainly: green. Hex color #23BF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #23BF4D is #DC40B2. Grayscale: #838383. Windows color (decimal): -14434483 or 5095203. OLE color: 5095203.
HSL color Cylindrical-coordinate representation of color #23BF4D: hue angle of 136.15º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23BF4D is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 191 | 77 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.25 |
| HSL | 136.15º | 0.69% | 0.44% | - |
| HSV(B) | 136.15º | 0.82% | 0.75% | - |
| XYZ | 20.66 | 38.15 | 13.3 | - |
| YUV | 131.36 | 97.32 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 191 | 77 | 0.82 | 0 | 0.60 | 0.25 | 136.15 | 0.69 | 0.44 |
| Hex | 23 | BF | 4D | 52 | 0 | 3C | 19 | 88 | 45 | 2C |
| Octal | 43 | 277 | 115 | 122 | 0 | 74 | 31 | 210 | 105 | 54 |
| Binary | 100011 | 10111111 | 1001101 | 1010010 | 0 | 111100 | 11001 | 10001000 | 1000101 | 101100 |
Color Harmonies of #23BF4D
Complementary color
Monochromatic Colors of #23BF4D
Black with #23BF4D
Text Example
Text Example
White with #23BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BF4D; }
p { color: rgb(35,191,77); }
H1.HeaderClassName
{
color: #23BF4D;
}
.AnyTagClassName
{
color: #23BF4D;
}
</style>
background-color css
<style>
a { background-color: #23BF4D; }
a { background-color: rgb(35,191,77); }
div.DivClassName
{
background-color: #23BF4D;
}
.BgClassName
{
background-color: #23BF4D;
}
</style>
border-color css
<style>
span { border-color: #23BF4D; }
span { border-color: rgb(35,191,77); }
td.TdClassName
{
border-color: #23BF4D;
}
.TagClassName
{
border-color: #23BF4D;
}
</style>