Shades of Conifer #B5D343
Tints of Conifer #B5D343
RGB
CMYK
RGB Variations
Color information
#B5D343 (or 0xB5D343) is known color: Conifer. HEX triplet: B5, D3 and 43. RGB value is (181,211,67). Sum of RGB (Red+Green+Blue) = 181+211+67=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 67 (26.56% from 255 or 14.60% from 459); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D343 is #4A2CBC. Grayscale: #BABABA. Windows color (decimal): -4861117 or 4445109. OLE color: 4445109.
HSL color Cylindrical-coordinate representation of color #B5D343: hue angle of 72.5º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5D343 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 67 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.17 |
| HSL | 72.5º | 0.62% | 0.55% | - |
| HSV(B) | 72.5º | 0.68% | 0.83% | - |
| XYZ | 43.36 | 56.82 | 13.99 | - |
| YUV | 185.61 | 61.06 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 67 | 0.14 | 0 | 0.68 | 0.17 | 72.5 | 0.62 | 0.55 |
| Hex | B5 | D3 | 43 | E | 0 | 44 | 11 | 48 | 3E | 37 |
| Octal | 265 | 323 | 103 | 16 | 0 | 104 | 21 | 110 | 76 | 67 |
| Binary | 10110101 | 11010011 | 1000011 | 1110 | 0 | 1000100 | 10001 | 1001000 | 111110 | 110111 |
Color Harmonies of #B5D343
Complementary color
Monochromatic Colors of #B5D343
Black with #B5D343
Text Example
Text Example
White with #B5D343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D343; }
p { color: rgb(181,211,67); }
H1.HeaderClassName
{
color: #B5D343;
}
.AnyTagClassName
{
color: #B5D343;
}
</style>
background-color css
<style>
a { background-color: #B5D343; }
a { background-color: rgb(181,211,67); }
div.DivClassName
{
background-color: #B5D343;
}
.BgClassName
{
background-color: #B5D343;
}
</style>
border-color css
<style>
span { border-color: #B5D343; }
span { border-color: rgb(181,211,67); }
td.TdClassName
{
border-color: #B5D343;
}
.TagClassName
{
border-color: #B5D343;
}
</style>