Shades of Conifer #B5D24C
Tints of Conifer #B5D24C
RGB
CMYK
RGB Variations
Color information
#B5D24C (or 0xB5D24C) is known color: Conifer. HEX triplet: B5, D2 and 4C. RGB value is (181,210,76). Sum of RGB (Red+Green+Blue) = 181+210+76=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D24C is #4A2DB3. Grayscale: #BABABA. Windows color (decimal): -4861364 or 5034677. OLE color: 5034677.
HSL color Cylindrical-coordinate representation of color #B5D24C: hue angle of 72.99º 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 #B5D24C is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 76 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.18 |
| HSL | 72.99º | 0.6% | 0.56% | - |
| HSV(B) | 72.99º | 0.64% | 0.82% | - |
| XYZ | 43.41 | 56.44 | 15.44 | - |
| YUV | 186.05 | 65.89 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 76 | 0.14 | 0 | 0.64 | 0.18 | 72.99 | 0.6 | 0.56 |
| Hex | B5 | D2 | 4C | E | 0 | 40 | 12 | 49 | 3C | 38 |
| Octal | 265 | 322 | 114 | 16 | 0 | 100 | 22 | 111 | 74 | 70 |
| Binary | 10110101 | 11010010 | 1001100 | 1110 | 0 | 1000000 | 10010 | 1001001 | 111100 | 111000 |
Color Harmonies of #B5D24C
Complementary color
Monochromatic Colors of #B5D24C
Black with #B5D24C
Text Example
Text Example
White with #B5D24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D24C; }
p { color: rgb(181,210,76); }
H1.HeaderClassName
{
color: #B5D24C;
}
.AnyTagClassName
{
color: #B5D24C;
}
</style>
background-color css
<style>
a { background-color: #B5D24C; }
a { background-color: rgb(181,210,76); }
div.DivClassName
{
background-color: #B5D24C;
}
.BgClassName
{
background-color: #B5D24C;
}
</style>
border-color css
<style>
span { border-color: #B5D24C; }
span { border-color: rgb(181,210,76); }
td.TdClassName
{
border-color: #B5D24C;
}
.TagClassName
{
border-color: #B5D24C;
}
</style>