Shades of Conifer #B0D73D
Tints of Conifer #B0D73D
RGB
CMYK
RGB Variations
Color information
#B0D73D (or 0xB0D73D) is known color: Conifer. HEX triplet: B0, D7 and 3D. RGB value is (176,215,61). Sum of RGB (Red+Green+Blue) = 176+215+61=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D73D is #4F28C2. Grayscale: #BABABA. Windows color (decimal): -5187779 or 4052912. OLE color: 4052912.
HSL color Cylindrical-coordinate representation of color #B0D73D: hue angle of 75.19º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0D73D is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 215 | 61 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.16 |
| HSL | 75.19º | 0.66% | 0.54% | - |
| HSV(B) | 75.19º | 0.72% | 0.84% | - |
| XYZ | 43.05 | 58.17 | 13.37 | - |
| YUV | 185.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 61 | 0.18 | 0 | 0.72 | 0.16 | 75.19 | 0.66 | 0.54 |
| Hex | B0 | D7 | 3D | 12 | 0 | 48 | 10 | 4B | 42 | 36 |
| Octal | 260 | 327 | 75 | 22 | 0 | 110 | 20 | 113 | 102 | 66 |
| Binary | 10110000 | 11010111 | 111101 | 10010 | 0 | 1001000 | 10000 | 1001011 | 1000010 | 110110 |
Color Harmonies of #B0D73D
Complementary color
Monochromatic Colors of #B0D73D
Black with #B0D73D
Text Example
Text Example
White with #B0D73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D73D; }
p { color: rgb(176,215,61); }
H1.HeaderClassName
{
color: #B0D73D;
}
.AnyTagClassName
{
color: #B0D73D;
}
</style>
background-color css
<style>
a { background-color: #B0D73D; }
a { background-color: rgb(176,215,61); }
div.DivClassName
{
background-color: #B0D73D;
}
.BgClassName
{
background-color: #B0D73D;
}
</style>
border-color css
<style>
span { border-color: #B0D73D; }
span { border-color: rgb(176,215,61); }
td.TdClassName
{
border-color: #B0D73D;
}
.TagClassName
{
border-color: #B0D73D;
}
</style>