Shades of Conifer #B0DA3C
Tints of Conifer #B0DA3C
RGB
CMYK
RGB Variations
Color information
#B0DA3C (or 0xB0DA3C) is known color: Conifer. HEX triplet: B0, DA and 3C. RGB value is (176,218,60). Sum of RGB (Red+Green+Blue) = 176+218+60=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DA3C is #4F25C3. Grayscale: #BCBCBC. Windows color (decimal): -5187012 or 3988144. OLE color: 3988144.
HSL color Cylindrical-coordinate representation of color #B0DA3C: hue angle of 75.95º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0DA3C is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 60 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.15 |
| HSL | 75.95º | 0.68% | 0.55% | - |
| HSV(B) | 75.95º | 0.72% | 0.85% | - |
| XYZ | 43.79 | 59.7 | 13.49 | - |
| YUV | 187.43 | 56.09 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 60 | 0.19 | 0 | 0.72 | 0.15 | 75.95 | 0.68 | 0.55 |
| Hex | B0 | DA | 3C | 13 | 0 | 48 | F | 4C | 44 | 37 |
| Octal | 260 | 332 | 74 | 23 | 0 | 110 | 17 | 114 | 104 | 67 |
| Binary | 10110000 | 11011010 | 111100 | 10011 | 0 | 1001000 | 1111 | 1001100 | 1000100 | 110111 |
Color Harmonies of #B0DA3C
Complementary color
Monochromatic Colors of #B0DA3C
Black with #B0DA3C
Text Example
Text Example
White with #B0DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA3C; }
p { color: rgb(176,218,60); }
H1.HeaderClassName
{
color: #B0DA3C;
}
.AnyTagClassName
{
color: #B0DA3C;
}
</style>
background-color css
<style>
a { background-color: #B0DA3C; }
a { background-color: rgb(176,218,60); }
div.DivClassName
{
background-color: #B0DA3C;
}
.BgClassName
{
background-color: #B0DA3C;
}
</style>
border-color css
<style>
span { border-color: #B0DA3C; }
span { border-color: rgb(176,218,60); }
td.TdClassName
{
border-color: #B0DA3C;
}
.TagClassName
{
border-color: #B0DA3C;
}
</style>