Shades of Dark Pastel Green #05BB2C
Tints of Dark Pastel Green #05BB2C
RGB
CMYK
RGB Variations
Color information
#05BB2C (or 0x05BB2C) is known color: Dark Pastel Green. HEX triplet: 05, BB and 2C. RGB value is (5,187,44). Sum of RGB (Red+Green+Blue) = 5+187+44=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 187 (73.44% from 255 or 79.24% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 187 - color contains mainly: green. Hex color #05BB2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BB2C is #FA44D3. Grayscale: #747474. Windows color (decimal): -16401620 or 2931461. OLE color: 2931461.
HSL color Cylindrical-coordinate representation of color #05BB2C: hue angle of 132.86º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BB2C is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 187 | 44 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.27 |
| HSL | 132.86º | 0.95% | 0.38% | - |
| HSV(B) | 132.86º | 0.97% | 0.73% | - |
| XYZ | 18.29 | 35.75 | 8.32 | - |
| YUV | 116.28 | 87.2 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 187 | 44 | 0.97 | 0 | 0.76 | 0.27 | 132.86 | 0.95 | 0.38 |
| Hex | 5 | BB | 2C | 61 | 0 | 4C | 1B | 85 | 5F | 26 |
| Octal | 5 | 273 | 54 | 141 | 0 | 114 | 33 | 205 | 137 | 46 |
| Binary | 101 | 10111011 | 101100 | 1100001 | 0 | 1001100 | 11011 | 10000101 | 1011111 | 100110 |
Color Harmonies of #05BB2C
Complementary color
Monochromatic Colors of #05BB2C
Black with #05BB2C
Text Example
Text Example
White with #05BB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BB2C; }
p { color: rgb(5,187,44); }
H1.HeaderClassName
{
color: #05BB2C;
}
.AnyTagClassName
{
color: #05BB2C;
}
</style>
background-color css
<style>
a { background-color: #05BB2C; }
a { background-color: rgb(5,187,44); }
div.DivClassName
{
background-color: #05BB2C;
}
.BgClassName
{
background-color: #05BB2C;
}
</style>
border-color css
<style>
span { border-color: #05BB2C; }
span { border-color: rgb(5,187,44); }
td.TdClassName
{
border-color: #05BB2C;
}
.TagClassName
{
border-color: #05BB2C;
}
</style>