Shades of Conifer #B5D54A
Tints of Conifer #B5D54A
RGB
CMYK
RGB Variations
Color information
#B5D54A (or 0xB5D54A) is known color: Conifer. HEX triplet: B5, D5 and 4A. RGB value is (181,213,74). Sum of RGB (Red+Green+Blue) = 181+213+74=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D54A is #4A2AB5. Grayscale: #BCBCBC. Windows color (decimal): -4860598 or 4904373. OLE color: 4904373.
HSL color Cylindrical-coordinate representation of color #B5D54A: hue angle of 73.81º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5D54A is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 74 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.16 |
| HSL | 73.81º | 0.62% | 0.56% | - |
| HSV(B) | 73.81º | 0.65% | 0.84% | - |
| XYZ | 44.09 | 57.91 | 15.33 | - |
| YUV | 187.59 | 63.9 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 74 | 0.15 | 0 | 0.65 | 0.16 | 73.81 | 0.62 | 0.56 |
| Hex | B5 | D5 | 4A | F | 0 | 41 | 10 | 4A | 3E | 38 |
| Octal | 265 | 325 | 112 | 17 | 0 | 101 | 20 | 112 | 76 | 70 |
| Binary | 10110101 | 11010101 | 1001010 | 1111 | 0 | 1000001 | 10000 | 1001010 | 111110 | 111000 |
Color Harmonies of #B5D54A
Complementary color
Monochromatic Colors of #B5D54A
Black with #B5D54A
Text Example
Text Example
White with #B5D54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D54A; }
p { color: rgb(181,213,74); }
H1.HeaderClassName
{
color: #B5D54A;
}
.AnyTagClassName
{
color: #B5D54A;
}
</style>
background-color css
<style>
a { background-color: #B5D54A; }
a { background-color: rgb(181,213,74); }
div.DivClassName
{
background-color: #B5D54A;
}
.BgClassName
{
background-color: #B5D54A;
}
</style>
border-color css
<style>
span { border-color: #B5D54A; }
span { border-color: rgb(181,213,74); }
td.TdClassName
{
border-color: #B5D54A;
}
.TagClassName
{
border-color: #B5D54A;
}
</style>