Shades of Conifer #B5DF52
Tints of Conifer #B5DF52
RGB
CMYK
RGB Variations
Color information
#B5DF52 (or 0xB5DF52) is known color: Conifer. HEX triplet: B5, DF and 52. RGB value is (181,223,82). Sum of RGB (Red+Green+Blue) = 181+223+82=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DF52 is #4A20AD. Grayscale: #C2C2C2. Windows color (decimal): -4858030 or 5431221. OLE color: 5431221.
HSL color Cylindrical-coordinate representation of color #B5DF52: hue angle of 77.87º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5DF52 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 82 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.13 |
| HSL | 77.87º | 0.69% | 0.6% | - |
| HSV(B) | 77.87º | 0.63% | 0.87% | - |
| XYZ | 46.97 | 63.21 | 17.71 | - |
| YUV | 194.37 | 64.59 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 82 | 0.19 | 0 | 0.63 | 0.13 | 77.87 | 0.69 | 0.6 |
| Hex | B5 | DF | 52 | 13 | 0 | 3F | D | 4E | 45 | 3C |
| Octal | 265 | 337 | 122 | 23 | 0 | 77 | 15 | 116 | 105 | 74 |
| Binary | 10110101 | 11011111 | 1010010 | 10011 | 0 | 111111 | 1101 | 1001110 | 1000101 | 111100 |
Color Harmonies of #B5DF52
Complementary color
Monochromatic Colors of #B5DF52
Black with #B5DF52
Text Example
Text Example
White with #B5DF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DF52; }
p { color: rgb(181,223,82); }
H1.HeaderClassName
{
color: #B5DF52;
}
.AnyTagClassName
{
color: #B5DF52;
}
</style>
background-color css
<style>
a { background-color: #B5DF52; }
a { background-color: rgb(181,223,82); }
div.DivClassName
{
background-color: #B5DF52;
}
.BgClassName
{
background-color: #B5DF52;
}
</style>
border-color css
<style>
span { border-color: #B5DF52; }
span { border-color: rgb(181,223,82); }
td.TdClassName
{
border-color: #B5DF52;
}
.TagClassName
{
border-color: #B5DF52;
}
</style>