Shades of Conifer #B0F74B
Tints of Conifer #B0F74B
RGB
CMYK
RGB Variations
Color information
#B0F74B (or 0xB0F74B) is known color: Conifer. HEX triplet: B0, F7 and 4B. RGB value is (176,247,75). Sum of RGB (Red+Green+Blue) = 176+247+75=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F74B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F74B is #4F08B4. Grayscale: #CECECE. Windows color (decimal): -5179573 or 4978608. OLE color: 4978608.
HSL color Cylindrical-coordinate representation of color #B0F74B: hue angle of 84.77º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0F74B is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 247 | 75 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.03 |
| HSL | 84.77º | 0.91% | 0.63% | - |
| HSV(B) | 84.77º | 0.7% | 0.97% | - |
| XYZ | 52.44 | 76.26 | 18.61 | - |
| YUV | 206.16 | 53.98 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 247 | 75 | 0.29 | 0 | 0.70 | 0.03 | 84.77 | 0.91 | 0.63 |
| Hex | B0 | F7 | 4B | 1D | 0 | 46 | 3 | 55 | 5B | 3F |
| Octal | 260 | 367 | 113 | 35 | 0 | 106 | 3 | 125 | 133 | 77 |
| Binary | 10110000 | 11110111 | 1001011 | 11101 | 0 | 1000110 | 11 | 1010101 | 1011011 | 111111 |
Color Harmonies of #B0F74B
Complementary color
Monochromatic Colors of #B0F74B
Black with #B0F74B
Text Example
Text Example
White with #B0F74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F74B; }
p { color: rgb(176,247,75); }
H1.HeaderClassName
{
color: #B0F74B;
}
.AnyTagClassName
{
color: #B0F74B;
}
</style>
background-color css
<style>
a { background-color: #B0F74B; }
a { background-color: rgb(176,247,75); }
div.DivClassName
{
background-color: #B0F74B;
}
.BgClassName
{
background-color: #B0F74B;
}
</style>
border-color css
<style>
span { border-color: #B0F74B; }
span { border-color: rgb(176,247,75); }
td.TdClassName
{
border-color: #B0F74B;
}
.TagClassName
{
border-color: #B0F74B;
}
</style>