Shades of Conifer #B0EE67
Tints of Conifer #B0EE67
RGB
CMYK
RGB Variations
Color information
#B0EE67 (or 0xB0EE67) is known color: Conifer. HEX triplet: B0, EE and 67. RGB value is (176,238,103). Sum of RGB (Red+Green+Blue) = 176+238+103=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EE67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EE67 is #4F1198. Grayscale: #CCCCCC. Windows color (decimal): -5181849 or 6811312. OLE color: 6811312.
HSL color Cylindrical-coordinate representation of color #B0EE67: hue angle of 87.56º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0EE67 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 103 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.07 |
| HSL | 87.56º | 0.8% | 0.67% | - |
| HSV(B) | 87.56º | 0.57% | 0.93% | - |
| XYZ | 50.93 | 71.36 | 23.92 | - |
| YUV | 204.07 | 70.96 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 103 | 0.26 | 0 | 0.57 | 0.07 | 87.56 | 0.8 | 0.67 |
| Hex | B0 | EE | 67 | 1A | 0 | 39 | 7 | 58 | 50 | 43 |
| Octal | 260 | 356 | 147 | 32 | 0 | 71 | 7 | 130 | 120 | 103 |
| Binary | 10110000 | 11101110 | 1100111 | 11010 | 0 | 111001 | 111 | 1011000 | 1010000 | 1000011 |
Color Harmonies of #B0EE67
Complementary color
Monochromatic Colors of #B0EE67
Black with #B0EE67
Text Example
Text Example
White with #B0EE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EE67; }
p { color: rgb(176,238,103); }
H1.HeaderClassName
{
color: #B0EE67;
}
.AnyTagClassName
{
color: #B0EE67;
}
</style>
background-color css
<style>
a { background-color: #B0EE67; }
a { background-color: rgb(176,238,103); }
div.DivClassName
{
background-color: #B0EE67;
}
.BgClassName
{
background-color: #B0EE67;
}
</style>
border-color css
<style>
span { border-color: #B0EE67; }
span { border-color: rgb(176,238,103); }
td.TdClassName
{
border-color: #B0EE67;
}
.TagClassName
{
border-color: #B0EE67;
}
</style>