Shades of Conifer #B5DC43
Tints of Conifer #B5DC43
RGB
CMYK
RGB Variations
Color information
#B5DC43 (or 0xB5DC43) is known color: Conifer. HEX triplet: B5, DC and 43. RGB value is (181,220,67). Sum of RGB (Red+Green+Blue) = 181+220+67=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 67 (26.56% from 255 or 14.32% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DC43 is #4A23BC. Grayscale: #BFBFBF. Windows color (decimal): -4858813 or 4447413. OLE color: 4447413.
HSL color Cylindrical-coordinate representation of color #B5DC43: hue angle of 75.29º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5DC43 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 67 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.14 |
| HSL | 75.29º | 0.69% | 0.56% | - |
| HSV(B) | 75.29º | 0.7% | 0.86% | - |
| XYZ | 45.66 | 61.42 | 14.76 | - |
| YUV | 190.9 | 58.08 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 67 | 0.18 | 0 | 0.70 | 0.14 | 75.29 | 0.69 | 0.56 |
| Hex | B5 | DC | 43 | 12 | 0 | 46 | E | 4B | 45 | 38 |
| Octal | 265 | 334 | 103 | 22 | 0 | 106 | 16 | 113 | 105 | 70 |
| Binary | 10110101 | 11011100 | 1000011 | 10010 | 0 | 1000110 | 1110 | 1001011 | 1000101 | 111000 |
Color Harmonies of #B5DC43
Complementary color
Monochromatic Colors of #B5DC43
Black with #B5DC43
Text Example
Text Example
White with #B5DC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DC43; }
p { color: rgb(181,220,67); }
H1.HeaderClassName
{
color: #B5DC43;
}
.AnyTagClassName
{
color: #B5DC43;
}
</style>
background-color css
<style>
a { background-color: #B5DC43; }
a { background-color: rgb(181,220,67); }
div.DivClassName
{
background-color: #B5DC43;
}
.BgClassName
{
background-color: #B5DC43;
}
</style>
border-color css
<style>
span { border-color: #B5DC43; }
span { border-color: rgb(181,220,67); }
td.TdClassName
{
border-color: #B5DC43;
}
.TagClassName
{
border-color: #B5DC43;
}
</style>