Shades of Conifer #B0D04D
Tints of Conifer #B0D04D
RGB
CMYK
RGB Variations
Color information
#B0D04D (or 0xB0D04D) is known color: Conifer. HEX triplet: B0, D0 and 4D. RGB value is (176,208,77). Sum of RGB (Red+Green+Blue) = 176+208+77=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D04D is #4F2FB2. Grayscale: #B7B7B7. Windows color (decimal): -5189555 or 5099696. OLE color: 5099696.
HSL color Cylindrical-coordinate representation of color #B0D04D: hue angle of 74.66º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0D04D is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 77 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.18 |
| HSL | 74.66º | 0.58% | 0.56% | - |
| HSV(B) | 74.66º | 0.63% | 0.82% | - |
| XYZ | 41.8 | 54.88 | 15.41 | - |
| YUV | 183.5 | 67.9 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 77 | 0.15 | 0 | 0.63 | 0.18 | 74.66 | 0.58 | 0.56 |
| Hex | B0 | D0 | 4D | F | 0 | 3F | 12 | 4B | 3A | 38 |
| Octal | 260 | 320 | 115 | 17 | 0 | 77 | 22 | 113 | 72 | 70 |
| Binary | 10110000 | 11010000 | 1001101 | 1111 | 0 | 111111 | 10010 | 1001011 | 111010 | 111000 |
Color Harmonies of #B0D04D
Complementary color
Monochromatic Colors of #B0D04D
Black with #B0D04D
Text Example
Text Example
White with #B0D04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D04D; }
p { color: rgb(176,208,77); }
H1.HeaderClassName
{
color: #B0D04D;
}
.AnyTagClassName
{
color: #B0D04D;
}
</style>
background-color css
<style>
a { background-color: #B0D04D; }
a { background-color: rgb(176,208,77); }
div.DivClassName
{
background-color: #B0D04D;
}
.BgClassName
{
background-color: #B0D04D;
}
</style>
border-color css
<style>
span { border-color: #B0D04D; }
span { border-color: rgb(176,208,77); }
td.TdClassName
{
border-color: #B0D04D;
}
.TagClassName
{
border-color: #B0D04D;
}
</style>