Shades of Conifer #B5D24B
Tints of Conifer #B5D24B
RGB
CMYK
RGB Variations
Color information
#B5D24B (or 0xB5D24B) is known color: Conifer. HEX triplet: B5, D2 and 4B. RGB value is (181,210,75). Sum of RGB (Red+Green+Blue) = 181+210+75=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D24B is #4A2DB4. Grayscale: #BABABA. Windows color (decimal): -4861365 or 4969141. OLE color: 4969141.
HSL color Cylindrical-coordinate representation of color #B5D24B: hue angle of 72.89º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5D24B is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 75 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.18 |
| HSL | 72.89º | 0.6% | 0.56% | - |
| HSV(B) | 72.89º | 0.64% | 0.82% | - |
| XYZ | 43.37 | 56.42 | 15.26 | - |
| YUV | 185.94 | 65.39 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 75 | 0.14 | 0 | 0.64 | 0.18 | 72.89 | 0.6 | 0.56 |
| Hex | B5 | D2 | 4B | E | 0 | 40 | 12 | 49 | 3C | 38 |
| Octal | 265 | 322 | 113 | 16 | 0 | 100 | 22 | 111 | 74 | 70 |
| Binary | 10110101 | 11010010 | 1001011 | 1110 | 0 | 1000000 | 10010 | 1001001 | 111100 | 111000 |
Color Harmonies of #B5D24B
Complementary color
Monochromatic Colors of #B5D24B
Black with #B5D24B
Text Example
Text Example
White with #B5D24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D24B; }
p { color: rgb(181,210,75); }
H1.HeaderClassName
{
color: #B5D24B;
}
.AnyTagClassName
{
color: #B5D24B;
}
</style>
background-color css
<style>
a { background-color: #B5D24B; }
a { background-color: rgb(181,210,75); }
div.DivClassName
{
background-color: #B5D24B;
}
.BgClassName
{
background-color: #B5D24B;
}
</style>
border-color css
<style>
span { border-color: #B5D24B; }
span { border-color: rgb(181,210,75); }
td.TdClassName
{
border-color: #B5D24B;
}
.TagClassName
{
border-color: #B5D24B;
}
</style>