Shades of Dark Pastel Green #05B23D
Tints of Dark Pastel Green #05B23D
RGB
CMYK
RGB Variations
Color information
#05B23D (or 0x05B23D) is known color: Dark Pastel Green. HEX triplet: 05, B2 and 3D. RGB value is (5,178,61). Sum of RGB (Red+Green+Blue) = 5+178+61=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 178 (69.92% from 255 or 72.95% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 178 - color contains mainly: green. Hex color #05B23D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05B23D is #FA4DC2. Grayscale: #717171. Windows color (decimal): -16403907 or 4043269. OLE color: 4043269.
HSL color Cylindrical-coordinate representation of color #05B23D: hue angle of 139.42º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B23D is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 178 | 61 | - |
| CMYK | 0.97 | 0 | 0.66 | 0.30 |
| HSL | 139.42º | 0.95% | 0.36% | - |
| HSV(B) | 139.42º | 0.97% | 0.7% | - |
| XYZ | 16.83 | 32.21 | 9.75 | - |
| YUV | 112.94 | 98.69 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 178 | 61 | 0.97 | 0 | 0.66 | 0.30 | 139.42 | 0.95 | 0.36 |
| Hex | 5 | B2 | 3D | 61 | 0 | 42 | 1E | 8B | 5F | 24 |
| Octal | 5 | 262 | 75 | 141 | 0 | 102 | 36 | 213 | 137 | 44 |
| Binary | 101 | 10110010 | 111101 | 1100001 | 0 | 1000010 | 11110 | 10001011 | 1011111 | 100100 |
Color Harmonies of #05B23D
Complementary color
Monochromatic Colors of #05B23D
Black with #05B23D
Text Example
Text Example
White with #05B23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B23D; }
p { color: rgb(5,178,61); }
H1.HeaderClassName
{
color: #05B23D;
}
.AnyTagClassName
{
color: #05B23D;
}
</style>
background-color css
<style>
a { background-color: #05B23D; }
a { background-color: rgb(5,178,61); }
div.DivClassName
{
background-color: #05B23D;
}
.BgClassName
{
background-color: #05B23D;
}
</style>
border-color css
<style>
span { border-color: #05B23D; }
span { border-color: rgb(5,178,61); }
td.TdClassName
{
border-color: #05B23D;
}
.TagClassName
{
border-color: #05B23D;
}
</style>