Shades of Conifer #B0DF5C
Tints of Conifer #B0DF5C
RGB
CMYK
RGB Variations
Color information
#B0DF5C (or 0xB0DF5C) is known color: Conifer. HEX triplet: B0, DF and 5C. RGB value is (176,223,92). Sum of RGB (Red+Green+Blue) = 176+223+92=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DF5C is #4F20A3. Grayscale: #C2C2C2. Windows color (decimal): -5185700 or 6086576. OLE color: 6086576.
HSL color Cylindrical-coordinate representation of color #B0DF5C: hue angle of 81.53º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0DF5C is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 92 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.13 |
| HSL | 81.53º | 0.67% | 0.62% | - |
| HSV(B) | 81.53º | 0.59% | 0.87% | - |
| XYZ | 46.22 | 62.78 | 19.81 | - |
| YUV | 194.01 | 70.43 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 92 | 0.21 | 0 | 0.59 | 0.13 | 81.53 | 0.67 | 0.62 |
| Hex | B0 | DF | 5C | 15 | 0 | 3B | D | 52 | 43 | 3E |
| Octal | 260 | 337 | 134 | 25 | 0 | 73 | 15 | 122 | 103 | 76 |
| Binary | 10110000 | 11011111 | 1011100 | 10101 | 0 | 111011 | 1101 | 1010010 | 1000011 | 111110 |
Color Harmonies of #B0DF5C
Complementary color
Monochromatic Colors of #B0DF5C
Black with #B0DF5C
Text Example
Text Example
White with #B0DF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DF5C; }
p { color: rgb(176,223,92); }
H1.HeaderClassName
{
color: #B0DF5C;
}
.AnyTagClassName
{
color: #B0DF5C;
}
</style>
background-color css
<style>
a { background-color: #B0DF5C; }
a { background-color: rgb(176,223,92); }
div.DivClassName
{
background-color: #B0DF5C;
}
.BgClassName
{
background-color: #B0DF5C;
}
</style>
border-color css
<style>
span { border-color: #B0DF5C; }
span { border-color: rgb(176,223,92); }
td.TdClassName
{
border-color: #B0DF5C;
}
.TagClassName
{
border-color: #B0DF5C;
}
</style>