Shades of Conifer #B5DC65
Tints of Conifer #B5DC65
RGB
CMYK
RGB Variations
Color information
#B5DC65 (or 0xB5DC65) is known color: Conifer. HEX triplet: B5, DC and 65. RGB value is (181,220,101). Sum of RGB (Red+Green+Blue) = 181+220+101=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DC65 is #4A239A. Grayscale: #C3C3C3. Windows color (decimal): -4858779 or 6675637. OLE color: 6675637.
HSL color Cylindrical-coordinate representation of color #B5DC65: hue angle of 79.66º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5DC65 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 101 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.14 |
| HSL | 79.66º | 0.63% | 0.63% | - |
| HSV(B) | 79.66º | 0.54% | 0.86% | - |
| XYZ | 47 | 61.95 | 21.79 | - |
| YUV | 194.77 | 75.08 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 101 | 0.18 | 0 | 0.54 | 0.14 | 79.66 | 0.63 | 0.63 |
| Hex | B5 | DC | 65 | 12 | 0 | 36 | E | 50 | 3F | 3F |
| Octal | 265 | 334 | 145 | 22 | 0 | 66 | 16 | 120 | 77 | 77 |
| Binary | 10110101 | 11011100 | 1100101 | 10010 | 0 | 110110 | 1110 | 1010000 | 111111 | 111111 |
Color Harmonies of #B5DC65
Complementary color
Monochromatic Colors of #B5DC65
Black with #B5DC65
Text Example
Text Example
White with #B5DC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DC65; }
p { color: rgb(181,220,101); }
H1.HeaderClassName
{
color: #B5DC65;
}
.AnyTagClassName
{
color: #B5DC65;
}
</style>
background-color css
<style>
a { background-color: #B5DC65; }
a { background-color: rgb(181,220,101); }
div.DivClassName
{
background-color: #B5DC65;
}
.BgClassName
{
background-color: #B5DC65;
}
</style>
border-color css
<style>
span { border-color: #B5DC65; }
span { border-color: rgb(181,220,101); }
td.TdClassName
{
border-color: #B5DC65;
}
.TagClassName
{
border-color: #B5DC65;
}
</style>