Shades of Conifer #B0EF44
Tints of Conifer #B0EF44
RGB
CMYK
RGB Variations
Color information
#B0EF44 (or 0xB0EF44) is known color: Conifer. HEX triplet: B0, EF and 44. RGB value is (176,239,68). Sum of RGB (Red+Green+Blue) = 176+239+68=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 68 (26.95% from 255 or 14.08% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EF44 is #4F10BB. Grayscale: #C9C9C9. Windows color (decimal): -5181628 or 4517808. OLE color: 4517808.
HSL color Cylindrical-coordinate representation of color #B0EF44: hue angle of 82.11º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0EF44 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 68 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.06 |
| HSL | 82.11º | 0.84% | 0.6% | - |
| HSV(B) | 82.11º | 0.72% | 0.94% | - |
| XYZ | 49.81 | 71.38 | 16.62 | - |
| YUV | 200.67 | 53.13 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 68 | 0.26 | 0 | 0.72 | 0.06 | 82.11 | 0.84 | 0.6 |
| Hex | B0 | EF | 44 | 1A | 0 | 48 | 6 | 52 | 54 | 3C |
| Octal | 260 | 357 | 104 | 32 | 0 | 110 | 6 | 122 | 124 | 74 |
| Binary | 10110000 | 11101111 | 1000100 | 11010 | 0 | 1001000 | 110 | 1010010 | 1010100 | 111100 |
Color Harmonies of #B0EF44
Complementary color
Monochromatic Colors of #B0EF44
Black with #B0EF44
Text Example
Text Example
White with #B0EF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EF44; }
p { color: rgb(176,239,68); }
H1.HeaderClassName
{
color: #B0EF44;
}
.AnyTagClassName
{
color: #B0EF44;
}
</style>
background-color css
<style>
a { background-color: #B0EF44; }
a { background-color: rgb(176,239,68); }
div.DivClassName
{
background-color: #B0EF44;
}
.BgClassName
{
background-color: #B0EF44;
}
</style>
border-color css
<style>
span { border-color: #B0EF44; }
span { border-color: rgb(176,239,68); }
td.TdClassName
{
border-color: #B0EF44;
}
.TagClassName
{
border-color: #B0EF44;
}
</style>