Shades of Dark Pastel Green #0BCF38
Tints of Dark Pastel Green #0BCF38
RGB
CMYK
RGB Variations
Color information
#0BCF38 (or 0x0BCF38) is known color: Dark Pastel Green. HEX triplet: 0B, CF and 38. RGB value is (11,207,56). Sum of RGB (Red+Green+Blue) = 11+207+56=274 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.01% from 274); Green value is 207 (81.25% from 255 or 75.55% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCF38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCF38 is #F430C7. Grayscale: #838383. Windows color (decimal): -16003272 or 3723019. OLE color: 3723019.
HSL color Cylindrical-coordinate representation of color #0BCF38: hue angle of 133.78º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCF38 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 207 | 56 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.19 |
| HSL | 133.78º | 0.9% | 0.43% | - |
| HSV(B) | 133.78º | 0.95% | 0.81% | - |
| XYZ | 23.16 | 44.98 | 11.2 | - |
| YUV | 131.18 | 85.57 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 56 | 0.95 | 0 | 0.73 | 0.19 | 133.78 | 0.9 | 0.43 |
| Hex | B | CF | 38 | 5F | 0 | 49 | 13 | 86 | 5A | 2B |
| Octal | 13 | 317 | 70 | 137 | 0 | 111 | 23 | 206 | 132 | 53 |
| Binary | 1011 | 11001111 | 111000 | 1011111 | 0 | 1001001 | 10011 | 10000110 | 1011010 | 101011 |
Color Harmonies of #0BCF38
Complementary color
Monochromatic Colors of #0BCF38
Black with #0BCF38
Text Example
Text Example
White with #0BCF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCF38; }
p { color: rgb(11,207,56); }
H1.HeaderClassName
{
color: #0BCF38;
}
.AnyTagClassName
{
color: #0BCF38;
}
</style>
background-color css
<style>
a { background-color: #0BCF38; }
a { background-color: rgb(11,207,56); }
div.DivClassName
{
background-color: #0BCF38;
}
.BgClassName
{
background-color: #0BCF38;
}
</style>
border-color css
<style>
span { border-color: #0BCF38; }
span { border-color: rgb(11,207,56); }
td.TdClassName
{
border-color: #0BCF38;
}
.TagClassName
{
border-color: #0BCF38;
}
</style>