Shades of Conifer #B0D242
Tints of Conifer #B0D242
RGB
CMYK
RGB Variations
Color information
#B0D242 (or 0xB0D242) is known color: Conifer. HEX triplet: B0, D2 and 42. RGB value is (176,210,66). Sum of RGB (Red+Green+Blue) = 176+210+66=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D242 is #4F2DBD. Grayscale: #B7B7B7. Windows color (decimal): -5189054 or 4379312. OLE color: 4379312.
HSL color Cylindrical-coordinate representation of color #B0D242: hue angle of 74.17º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0D242 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 66 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.18 |
| HSL | 74.17º | 0.62% | 0.54% | - |
| HSV(B) | 74.17º | 0.69% | 0.82% | - |
| XYZ | 41.93 | 55.72 | 13.7 | - |
| YUV | 183.42 | 61.74 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 66 | 0.16 | 0 | 0.69 | 0.18 | 74.17 | 0.62 | 0.54 |
| Hex | B0 | D2 | 42 | 10 | 0 | 45 | 12 | 4A | 3E | 36 |
| Octal | 260 | 322 | 102 | 20 | 0 | 105 | 22 | 112 | 76 | 66 |
| Binary | 10110000 | 11010010 | 1000010 | 10000 | 0 | 1000101 | 10010 | 1001010 | 111110 | 110110 |
Color Harmonies of #B0D242
Complementary color
Monochromatic Colors of #B0D242
Black with #B0D242
Text Example
Text Example
White with #B0D242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D242; }
p { color: rgb(176,210,66); }
H1.HeaderClassName
{
color: #B0D242;
}
.AnyTagClassName
{
color: #B0D242;
}
</style>
background-color css
<style>
a { background-color: #B0D242; }
a { background-color: rgb(176,210,66); }
div.DivClassName
{
background-color: #B0D242;
}
.BgClassName
{
background-color: #B0D242;
}
</style>
border-color css
<style>
span { border-color: #B0D242; }
span { border-color: rgb(176,210,66); }
td.TdClassName
{
border-color: #B0D242;
}
.TagClassName
{
border-color: #B0D242;
}
</style>