Shades of Conifer #B0F74C
Tints of Conifer #B0F74C
RGB
CMYK
RGB Variations
Color information
#B0F74C (or 0xB0F74C) is known color: Conifer. HEX triplet: B0, F7 and 4C. RGB value is (176,247,76). Sum of RGB (Red+Green+Blue) = 176+247+76=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F74C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F74C is #4F08B3. Grayscale: #CECECE. Windows color (decimal): -5179572 or 5044144. OLE color: 5044144.
HSL color Cylindrical-coordinate representation of color #B0F74C: hue angle of 84.91º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0F74C is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 247 | 76 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.03 |
| HSL | 84.91º | 0.91% | 0.63% | - |
| HSV(B) | 84.91º | 0.69% | 0.97% | - |
| XYZ | 52.47 | 76.27 | 18.79 | - |
| YUV | 206.28 | 54.48 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 247 | 76 | 0.29 | 0 | 0.69 | 0.03 | 84.91 | 0.91 | 0.63 |
| Hex | B0 | F7 | 4C | 1D | 0 | 45 | 3 | 55 | 5B | 3F |
| Octal | 260 | 367 | 114 | 35 | 0 | 105 | 3 | 125 | 133 | 77 |
| Binary | 10110000 | 11110111 | 1001100 | 11101 | 0 | 1000101 | 11 | 1010101 | 1011011 | 111111 |
Color Harmonies of #B0F74C
Complementary color
Monochromatic Colors of #B0F74C
Black with #B0F74C
Text Example
Text Example
White with #B0F74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F74C; }
p { color: rgb(176,247,76); }
H1.HeaderClassName
{
color: #B0F74C;
}
.AnyTagClassName
{
color: #B0F74C;
}
</style>
background-color css
<style>
a { background-color: #B0F74C; }
a { background-color: rgb(176,247,76); }
div.DivClassName
{
background-color: #B0F74C;
}
.BgClassName
{
background-color: #B0F74C;
}
</style>
border-color css
<style>
span { border-color: #B0F74C; }
span { border-color: rgb(176,247,76); }
td.TdClassName
{
border-color: #B0F74C;
}
.TagClassName
{
border-color: #B0F74C;
}
</style>