Shades of Dark Pastel Green #0BD62F
Tints of Dark Pastel Green #0BD62F
RGB
CMYK
RGB Variations
Color information
#0BD62F (or 0x0BD62F) is known color: Dark Pastel Green. HEX triplet: 0B, D6 and 2F. RGB value is (11,214,47). Sum of RGB (Red+Green+Blue) = 11+214+47=272 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.04% from 272); Green value is 214 (83.98% from 255 or 78.68% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD62F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD62F is #F429D0. Grayscale: #868686. Windows color (decimal): -16001489 or 3134987. OLE color: 3134987.
HSL color Cylindrical-coordinate representation of color #0BD62F: hue angle of 130.64º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD62F is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 47 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.16 |
| HSL | 130.64º | 0.9% | 0.44% | - |
| HSV(B) | 130.64º | 0.95% | 0.84% | - |
| XYZ | 24.7 | 48.37 | 10.72 | - |
| YUV | 134.27 | 78.75 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 47 | 0.95 | 0 | 0.78 | 0.16 | 130.64 | 0.9 | 0.44 |
| Hex | B | D6 | 2F | 5F | 0 | 4E | 10 | 83 | 5A | 2C |
| Octal | 13 | 326 | 57 | 137 | 0 | 116 | 20 | 203 | 132 | 54 |
| Binary | 1011 | 11010110 | 101111 | 1011111 | 0 | 1001110 | 10000 | 10000011 | 1011010 | 101100 |
Color Harmonies of #0BD62F
Complementary color
Monochromatic Colors of #0BD62F
Black with #0BD62F
Text Example
Text Example
White with #0BD62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD62F; }
p { color: rgb(11,214,47); }
H1.HeaderClassName
{
color: #0BD62F;
}
.AnyTagClassName
{
color: #0BD62F;
}
</style>
background-color css
<style>
a { background-color: #0BD62F; }
a { background-color: rgb(11,214,47); }
div.DivClassName
{
background-color: #0BD62F;
}
.BgClassName
{
background-color: #0BD62F;
}
</style>
border-color css
<style>
span { border-color: #0BD62F; }
span { border-color: rgb(11,214,47); }
td.TdClassName
{
border-color: #0BD62F;
}
.TagClassName
{
border-color: #0BD62F;
}
</style>