Shades of Conifer #B0DC4A
Tints of Conifer #B0DC4A
RGB
CMYK
RGB Variations
Color information
#B0DC4A (or 0xB0DC4A) is known color: Conifer. HEX triplet: B0, DC and 4A. RGB value is (176,220,74). Sum of RGB (Red+Green+Blue) = 176+220+74=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DC4A is #4F23B5. Grayscale: #BEBEBE. Windows color (decimal): -5186486 or 4906160. OLE color: 4906160.
HSL color Cylindrical-coordinate representation of color #B0DC4A: hue angle of 78.08º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0DC4A is Cyan = 0.2, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 74 | - |
| CMYK | 0.2 | 0 | 0.66 | 0.14 |
| HSL | 78.08º | 0.68% | 0.58% | - |
| HSV(B) | 78.08º | 0.66% | 0.86% | - |
| XYZ | 44.73 | 60.91 | 15.88 | - |
| YUV | 190.2 | 62.42 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 74 | 0.2 | 0 | 0.66 | 0.14 | 78.08 | 0.68 | 0.58 |
| Hex | B0 | DC | 4A | 14 | 0 | 42 | E | 4E | 44 | 3A |
| Octal | 260 | 334 | 112 | 24 | 0 | 102 | 16 | 116 | 104 | 72 |
| Binary | 10110000 | 11011100 | 1001010 | 10100 | 0 | 1000010 | 1110 | 1001110 | 1000100 | 111010 |
Color Harmonies of #B0DC4A
Complementary color
Monochromatic Colors of #B0DC4A
Black with #B0DC4A
Text Example
Text Example
White with #B0DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC4A; }
p { color: rgb(176,220,74); }
H1.HeaderClassName
{
color: #B0DC4A;
}
.AnyTagClassName
{
color: #B0DC4A;
}
</style>
background-color css
<style>
a { background-color: #B0DC4A; }
a { background-color: rgb(176,220,74); }
div.DivClassName
{
background-color: #B0DC4A;
}
.BgClassName
{
background-color: #B0DC4A;
}
</style>
border-color css
<style>
span { border-color: #B0DC4A; }
span { border-color: rgb(176,220,74); }
td.TdClassName
{
border-color: #B0DC4A;
}
.TagClassName
{
border-color: #B0DC4A;
}
</style>