Shades of Conifer #B5DC3E
Tints of Conifer #B5DC3E
RGB
CMYK
RGB Variations
Color information
#B5DC3E (or 0xB5DC3E) is known color: Conifer. HEX triplet: B5, DC and 3E. RGB value is (181,220,62). Sum of RGB (Red+Green+Blue) = 181+220+62=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 62 (24.61% from 255 or 13.39% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DC3E is #4A23C1. Grayscale: #BEBEBE. Windows color (decimal): -4858818 or 4119733. OLE color: 4119733.
HSL color Cylindrical-coordinate representation of color #B5DC3E: hue angle of 74.81º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5DC3E is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 62 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.14 |
| HSL | 74.81º | 0.69% | 0.55% | - |
| HSV(B) | 74.81º | 0.72% | 0.86% | - |
| XYZ | 45.52 | 61.36 | 14 | - |
| YUV | 190.33 | 55.58 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 62 | 0.18 | 0 | 0.72 | 0.14 | 74.81 | 0.69 | 0.55 |
| Hex | B5 | DC | 3E | 12 | 0 | 48 | E | 4B | 45 | 37 |
| Octal | 265 | 334 | 76 | 22 | 0 | 110 | 16 | 113 | 105 | 67 |
| Binary | 10110101 | 11011100 | 111110 | 10010 | 0 | 1001000 | 1110 | 1001011 | 1000101 | 110111 |
Color Harmonies of #B5DC3E
Complementary color
Monochromatic Colors of #B5DC3E
Black with #B5DC3E
Text Example
Text Example
White with #B5DC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DC3E; }
p { color: rgb(181,220,62); }
H1.HeaderClassName
{
color: #B5DC3E;
}
.AnyTagClassName
{
color: #B5DC3E;
}
</style>
background-color css
<style>
a { background-color: #B5DC3E; }
a { background-color: rgb(181,220,62); }
div.DivClassName
{
background-color: #B5DC3E;
}
.BgClassName
{
background-color: #B5DC3E;
}
</style>
border-color css
<style>
span { border-color: #B5DC3E; }
span { border-color: rgb(181,220,62); }
td.TdClassName
{
border-color: #B5DC3E;
}
.TagClassName
{
border-color: #B5DC3E;
}
</style>