Shades of Conifer #B4D54B
Tints of Conifer #B4D54B
RGB
CMYK
RGB Variations
Color information
#B4D54B (or 0xB4D54B) is known color: Conifer. HEX triplet: B4, D5 and 4B. RGB value is (180,213,75). Sum of RGB (Red+Green+Blue) = 180+213+75=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D54B is #4B2AB4. Grayscale: #BBBBBB. Windows color (decimal): -4926133 or 4969908. OLE color: 4969908.
HSL color Cylindrical-coordinate representation of color #B4D54B: hue angle of 74.35º 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 #B4D54B is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 75 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.16 |
| HSL | 74.35º | 0.62% | 0.56% | - |
| HSV(B) | 74.35º | 0.65% | 0.84% | - |
| XYZ | 43.89 | 57.8 | 15.5 | - |
| YUV | 187.4 | 64.57 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 75 | 0.15 | 0 | 0.65 | 0.16 | 74.35 | 0.62 | 0.56 |
| Hex | B4 | D5 | 4B | F | 0 | 41 | 10 | 4A | 3E | 38 |
| Octal | 264 | 325 | 113 | 17 | 0 | 101 | 20 | 112 | 76 | 70 |
| Binary | 10110100 | 11010101 | 1001011 | 1111 | 0 | 1000001 | 10000 | 1001010 | 111110 | 111000 |
Color Harmonies of #B4D54B
Complementary color
Monochromatic Colors of #B4D54B
Black with #B4D54B
Text Example
Text Example
White with #B4D54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D54B; }
p { color: rgb(180,213,75); }
H1.HeaderClassName
{
color: #B4D54B;
}
.AnyTagClassName
{
color: #B4D54B;
}
</style>
background-color css
<style>
a { background-color: #B4D54B; }
a { background-color: rgb(180,213,75); }
div.DivClassName
{
background-color: #B4D54B;
}
.BgClassName
{
background-color: #B4D54B;
}
</style>
border-color css
<style>
span { border-color: #B4D54B; }
span { border-color: rgb(180,213,75); }
td.TdClassName
{
border-color: #B4D54B;
}
.TagClassName
{
border-color: #B4D54B;
}
</style>