Shades of Dark Pastel Green #0BCD3D
Tints of Dark Pastel Green #0BCD3D
RGB
CMYK
RGB Variations
Color information
#0BCD3D (or 0x0BCD3D) is known color: Dark Pastel Green. HEX triplet: 0B, CD and 3D. RGB value is (11,205,61). Sum of RGB (Red+Green+Blue) = 11+205+61=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 205 (80.47% from 255 or 74.01% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCD3D is #F432C2. Grayscale: #828282. Windows color (decimal): -16003779 or 4050187. OLE color: 4050187.
HSL color Cylindrical-coordinate representation of color #0BCD3D: hue angle of 135.46º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCD3D is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 61 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.20 |
| HSL | 135.46º | 0.9% | 0.42% | - |
| HSV(B) | 135.46º | 0.95% | 0.8% | - |
| XYZ | 22.81 | 44.07 | 11.72 | - |
| YUV | 130.58 | 88.73 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 61 | 0.95 | 0 | 0.70 | 0.20 | 135.46 | 0.9 | 0.42 |
| Hex | B | CD | 3D | 5F | 0 | 46 | 14 | 87 | 5A | 2A |
| Octal | 13 | 315 | 75 | 137 | 0 | 106 | 24 | 207 | 132 | 52 |
| Binary | 1011 | 11001101 | 111101 | 1011111 | 0 | 1000110 | 10100 | 10000111 | 1011010 | 101010 |
Color Harmonies of #0BCD3D
Complementary color
Monochromatic Colors of #0BCD3D
Black with #0BCD3D
Text Example
Text Example
White with #0BCD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCD3D; }
p { color: rgb(11,205,61); }
H1.HeaderClassName
{
color: #0BCD3D;
}
.AnyTagClassName
{
color: #0BCD3D;
}
</style>
background-color css
<style>
a { background-color: #0BCD3D; }
a { background-color: rgb(11,205,61); }
div.DivClassName
{
background-color: #0BCD3D;
}
.BgClassName
{
background-color: #0BCD3D;
}
</style>
border-color css
<style>
span { border-color: #0BCD3D; }
span { border-color: rgb(11,205,61); }
td.TdClassName
{
border-color: #0BCD3D;
}
.TagClassName
{
border-color: #0BCD3D;
}
</style>