Shades of Conifer #B3EF44
Tints of Conifer #B3EF44
RGB
CMYK
RGB Variations
Color information
#B3EF44 (or 0xB3EF44) is known color: Conifer. HEX triplet: B3, EF and 44. RGB value is (179,239,68). Sum of RGB (Red+Green+Blue) = 179+239+68=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 68 (26.95% from 255 or 13.99% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EF44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3EF44 is #4C10BB. Grayscale: #CACACA. Windows color (decimal): -4985020 or 4517811. OLE color: 4517811.
HSL color Cylindrical-coordinate representation of color #B3EF44: hue angle of 81.05º 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 #B3EF44 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 239 | 68 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.06 |
| HSL | 81.05º | 0.84% | 0.6% | - |
| HSV(B) | 81.05º | 0.72% | 0.94% | - |
| XYZ | 50.5 | 71.73 | 16.65 | - |
| YUV | 201.57 | 52.62 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 239 | 68 | 0.25 | 0 | 0.72 | 0.06 | 81.05 | 0.84 | 0.6 |
| Hex | B3 | EF | 44 | 19 | 0 | 48 | 6 | 51 | 54 | 3C |
| Octal | 263 | 357 | 104 | 31 | 0 | 110 | 6 | 121 | 124 | 74 |
| Binary | 10110011 | 11101111 | 1000100 | 11001 | 0 | 1001000 | 110 | 1010001 | 1010100 | 111100 |
Color Harmonies of #B3EF44
Complementary color
Monochromatic Colors of #B3EF44
Black with #B3EF44
Text Example
Text Example
White with #B3EF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EF44; }
p { color: rgb(179,239,68); }
H1.HeaderClassName
{
color: #B3EF44;
}
.AnyTagClassName
{
color: #B3EF44;
}
</style>
background-color css
<style>
a { background-color: #B3EF44; }
a { background-color: rgb(179,239,68); }
div.DivClassName
{
background-color: #B3EF44;
}
.BgClassName
{
background-color: #B3EF44;
}
</style>
border-color css
<style>
span { border-color: #B3EF44; }
span { border-color: rgb(179,239,68); }
td.TdClassName
{
border-color: #B3EF44;
}
.TagClassName
{
border-color: #B3EF44;
}
</style>