Shades of Conifer #B5DC40
Tints of Conifer #B5DC40
RGB
CMYK
RGB Variations
Color information
#B5DC40 (or 0xB5DC40) is known color: Conifer. HEX triplet: B5, DC and 40. RGB value is (181,220,64). Sum of RGB (Red+Green+Blue) = 181+220+64=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DC40 is #4A23BF. Grayscale: #BFBFBF. Windows color (decimal): -4858816 or 4250805. OLE color: 4250805.
HSL color Cylindrical-coordinate representation of color #B5DC40: hue angle of 75º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5DC40 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 64 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.14 |
| HSL | 75º | 0.69% | 0.56% | - |
| HSV(B) | 75º | 0.71% | 0.86% | - |
| XYZ | 45.57 | 61.38 | 14.3 | - |
| YUV | 190.56 | 56.58 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 64 | 0.18 | 0 | 0.71 | 0.14 | 75 | 0.69 | 0.56 |
| Hex | B5 | DC | 40 | 12 | 0 | 47 | E | 4B | 45 | 38 |
| Octal | 265 | 334 | 100 | 22 | 0 | 107 | 16 | 113 | 105 | 70 |
| Binary | 10110101 | 11011100 | 1000000 | 10010 | 0 | 1000111 | 1110 | 1001011 | 1000101 | 111000 |
Color Harmonies of #B5DC40
Complementary color
Monochromatic Colors of #B5DC40
Black with #B5DC40
Text Example
Text Example
White with #B5DC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DC40; }
p { color: rgb(181,220,64); }
H1.HeaderClassName
{
color: #B5DC40;
}
.AnyTagClassName
{
color: #B5DC40;
}
</style>
background-color css
<style>
a { background-color: #B5DC40; }
a { background-color: rgb(181,220,64); }
div.DivClassName
{
background-color: #B5DC40;
}
.BgClassName
{
background-color: #B5DC40;
}
</style>
border-color css
<style>
span { border-color: #B5DC40; }
span { border-color: rgb(181,220,64); }
td.TdClassName
{
border-color: #B5DC40;
}
.TagClassName
{
border-color: #B5DC40;
}
</style>