Shades of Conifer #B5DC58
Tints of Conifer #B5DC58
RGB
CMYK
RGB Variations
Color information
#B5DC58 (or 0xB5DC58) is known color: Conifer. HEX triplet: B5, DC and 58. RGB value is (181,220,88). Sum of RGB (Red+Green+Blue) = 181+220+88=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 88 (34.77% from 255 or 18.00% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DC58 is #4A23A7. Grayscale: #C1C1C1. Windows color (decimal): -4858792 or 5823669. OLE color: 5823669.
HSL color Cylindrical-coordinate representation of color #B5DC58: hue angle of 77.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5DC58 is Cyan = 0.18, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 88 | - |
| CMYK | 0.18 | 0 | 0.6 | 0.14 |
| HSL | 77.73º | 0.65% | 0.6% | - |
| HSV(B) | 77.73º | 0.6% | 0.86% | - |
| XYZ | 46.41 | 61.71 | 18.7 | - |
| YUV | 193.29 | 68.58 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 88 | 0.18 | 0 | 0.6 | 0.14 | 77.73 | 0.65 | 0.6 |
| Hex | B5 | DC | 58 | 12 | 0 | 3C | E | 4E | 41 | 3C |
| Octal | 265 | 334 | 130 | 22 | 0 | 74 | 16 | 116 | 101 | 74 |
| Binary | 10110101 | 11011100 | 1011000 | 10010 | 0 | 111100 | 1110 | 1001110 | 1000001 | 111100 |
Color Harmonies of #B5DC58
Complementary color
Monochromatic Colors of #B5DC58
Black with #B5DC58
Text Example
Text Example
White with #B5DC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DC58; }
p { color: rgb(181,220,88); }
H1.HeaderClassName
{
color: #B5DC58;
}
.AnyTagClassName
{
color: #B5DC58;
}
</style>
background-color css
<style>
a { background-color: #B5DC58; }
a { background-color: rgb(181,220,88); }
div.DivClassName
{
background-color: #B5DC58;
}
.BgClassName
{
background-color: #B5DC58;
}
</style>
border-color css
<style>
span { border-color: #B5DC58; }
span { border-color: rgb(181,220,88); }
td.TdClassName
{
border-color: #B5DC58;
}
.TagClassName
{
border-color: #B5DC58;
}
</style>