Shades of Conifer #B0EF4B
Tints of Conifer #B0EF4B
RGB
CMYK
RGB Variations
Color information
#B0EF4B (or 0xB0EF4B) is known color: Conifer. HEX triplet: B0, EF and 4B. RGB value is (176,239,75). Sum of RGB (Red+Green+Blue) = 176+239+75=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 75 (29.69% from 255 or 15.31% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EF4B is #4F10B4. Grayscale: #CACACA. Windows color (decimal): -5181621 or 4976560. OLE color: 4976560.
HSL color Cylindrical-coordinate representation of color #B0EF4B: hue angle of 83.05º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0EF4B is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 75 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.06 |
| HSL | 83.05º | 0.84% | 0.62% | - |
| HSV(B) | 83.05º | 0.69% | 0.94% | - |
| XYZ | 50.04 | 71.47 | 17.81 | - |
| YUV | 201.47 | 56.63 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 75 | 0.26 | 0 | 0.69 | 0.06 | 83.05 | 0.84 | 0.62 |
| Hex | B0 | EF | 4B | 1A | 0 | 45 | 6 | 53 | 54 | 3E |
| Octal | 260 | 357 | 113 | 32 | 0 | 105 | 6 | 123 | 124 | 76 |
| Binary | 10110000 | 11101111 | 1001011 | 11010 | 0 | 1000101 | 110 | 1010011 | 1010100 | 111110 |
Color Harmonies of #B0EF4B
Complementary color
Monochromatic Colors of #B0EF4B
Black with #B0EF4B
Text Example
Text Example
White with #B0EF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EF4B; }
p { color: rgb(176,239,75); }
H1.HeaderClassName
{
color: #B0EF4B;
}
.AnyTagClassName
{
color: #B0EF4B;
}
</style>
background-color css
<style>
a { background-color: #B0EF4B; }
a { background-color: rgb(176,239,75); }
div.DivClassName
{
background-color: #B0EF4B;
}
.BgClassName
{
background-color: #B0EF4B;
}
</style>
border-color css
<style>
span { border-color: #B0EF4B; }
span { border-color: rgb(176,239,75); }
td.TdClassName
{
border-color: #B0EF4B;
}
.TagClassName
{
border-color: #B0EF4B;
}
</style>