Shades of Conifer #B0DF5D
Tints of Conifer #B0DF5D
RGB
CMYK
RGB Variations
Color information
#B0DF5D (or 0xB0DF5D) is known color: Conifer. HEX triplet: B0, DF and 5D. RGB value is (176,223,93). Sum of RGB (Red+Green+Blue) = 176+223+93=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DF5D is #4F20A2. Grayscale: #C2C2C2. Windows color (decimal): -5185699 or 6152112. OLE color: 6152112.
HSL color Cylindrical-coordinate representation of color #B0DF5D: hue angle of 81.69º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0DF5D is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 93 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.13 |
| HSL | 81.69º | 0.67% | 0.62% | - |
| HSV(B) | 81.69º | 0.58% | 0.87% | - |
| XYZ | 46.27 | 62.8 | 20.04 | - |
| YUV | 194.13 | 70.93 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 93 | 0.21 | 0 | 0.58 | 0.13 | 81.69 | 0.67 | 0.62 |
| Hex | B0 | DF | 5D | 15 | 0 | 3A | D | 52 | 43 | 3E |
| Octal | 260 | 337 | 135 | 25 | 0 | 72 | 15 | 122 | 103 | 76 |
| Binary | 10110000 | 11011111 | 1011101 | 10101 | 0 | 111010 | 1101 | 1010010 | 1000011 | 111110 |
Color Harmonies of #B0DF5D
Complementary color
Monochromatic Colors of #B0DF5D
Black with #B0DF5D
Text Example
Text Example
White with #B0DF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DF5D; }
p { color: rgb(176,223,93); }
H1.HeaderClassName
{
color: #B0DF5D;
}
.AnyTagClassName
{
color: #B0DF5D;
}
</style>
background-color css
<style>
a { background-color: #B0DF5D; }
a { background-color: rgb(176,223,93); }
div.DivClassName
{
background-color: #B0DF5D;
}
.BgClassName
{
background-color: #B0DF5D;
}
</style>
border-color css
<style>
span { border-color: #B0DF5D; }
span { border-color: rgb(176,223,93); }
td.TdClassName
{
border-color: #B0DF5D;
}
.TagClassName
{
border-color: #B0DF5D;
}
</style>