Shades of Conifer #B0F04D
Tints of Conifer #B0F04D
RGB
CMYK
RGB Variations
Color information
#B0F04D (or 0xB0F04D) is known color: Conifer. HEX triplet: B0, F0 and 4D. RGB value is (176,240,77). Sum of RGB (Red+Green+Blue) = 176+240+77=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F04D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F04D is #4F0FB2. Grayscale: #CACACA. Windows color (decimal): -5181363 or 5107888. OLE color: 5107888.
HSL color Cylindrical-coordinate representation of color #B0F04D: hue angle of 83.56º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0F04D is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 77 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.06 |
| HSL | 83.56º | 0.84% | 0.62% | - |
| HSV(B) | 83.56º | 0.68% | 0.94% | - |
| XYZ | 50.4 | 72.09 | 18.28 | - |
| YUV | 202.28 | 57.3 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 77 | 0.27 | 0 | 0.68 | 0.06 | 83.56 | 0.84 | 0.62 |
| Hex | B0 | F0 | 4D | 1B | 0 | 44 | 6 | 54 | 54 | 3E |
| Octal | 260 | 360 | 115 | 33 | 0 | 104 | 6 | 124 | 124 | 76 |
| Binary | 10110000 | 11110000 | 1001101 | 11011 | 0 | 1000100 | 110 | 1010100 | 1010100 | 111110 |
Color Harmonies of #B0F04D
Complementary color
Monochromatic Colors of #B0F04D
Black with #B0F04D
Text Example
Text Example
White with #B0F04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F04D; }
p { color: rgb(176,240,77); }
H1.HeaderClassName
{
color: #B0F04D;
}
.AnyTagClassName
{
color: #B0F04D;
}
</style>
background-color css
<style>
a { background-color: #B0F04D; }
a { background-color: rgb(176,240,77); }
div.DivClassName
{
background-color: #B0F04D;
}
.BgClassName
{
background-color: #B0F04D;
}
</style>
border-color css
<style>
span { border-color: #B0F04D; }
span { border-color: rgb(176,240,77); }
td.TdClassName
{
border-color: #B0F04D;
}
.TagClassName
{
border-color: #B0F04D;
}
</style>