Shades of Conifer #B0D54D
Tints of Conifer #B0D54D
RGB
CMYK
RGB Variations
Color information
#B0D54D (or 0xB0D54D) is known color: Conifer. HEX triplet: B0, D5 and 4D. RGB value is (176,213,77). Sum of RGB (Red+Green+Blue) = 176+213+77=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D54D is #4F2AB2. Grayscale: #BABABA. Windows color (decimal): -5188275 or 5100976. OLE color: 5100976.
HSL color Cylindrical-coordinate representation of color #B0D54D: hue angle of 76.32º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0D54D is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 77 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.16 |
| HSL | 76.32º | 0.62% | 0.57% | - |
| HSV(B) | 76.32º | 0.64% | 0.84% | - |
| XYZ | 43.04 | 57.35 | 15.82 | - |
| YUV | 186.43 | 66.24 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 77 | 0.17 | 0 | 0.64 | 0.16 | 76.32 | 0.62 | 0.57 |
| Hex | B0 | D5 | 4D | 11 | 0 | 40 | 10 | 4C | 3E | 39 |
| Octal | 260 | 325 | 115 | 21 | 0 | 100 | 20 | 114 | 76 | 71 |
| Binary | 10110000 | 11010101 | 1001101 | 10001 | 0 | 1000000 | 10000 | 1001100 | 111110 | 111001 |
Color Harmonies of #B0D54D
Complementary color
Monochromatic Colors of #B0D54D
Black with #B0D54D
Text Example
Text Example
White with #B0D54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D54D; }
p { color: rgb(176,213,77); }
H1.HeaderClassName
{
color: #B0D54D;
}
.AnyTagClassName
{
color: #B0D54D;
}
</style>
background-color css
<style>
a { background-color: #B0D54D; }
a { background-color: rgb(176,213,77); }
div.DivClassName
{
background-color: #B0D54D;
}
.BgClassName
{
background-color: #B0D54D;
}
</style>
border-color css
<style>
span { border-color: #B0D54D; }
span { border-color: rgb(176,213,77); }
td.TdClassName
{
border-color: #B0D54D;
}
.TagClassName
{
border-color: #B0D54D;
}
</style>