Shades of Conifer #B3EA55
Tints of Conifer #B3EA55
RGB
CMYK
RGB Variations
Color information
#B3EA55 (or 0xB3EA55) is known color: Conifer. HEX triplet: B3, EA and 55. RGB value is (179,234,85). Sum of RGB (Red+Green+Blue) = 179+234+85=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 234 - color contains mainly: green. Hex color #B3EA55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3EA55 is #4C15AA. Grayscale: #C9C9C9. Windows color (decimal): -4986283 or 5630643. OLE color: 5630643.
HSL color Cylindrical-coordinate representation of color #B3EA55: hue angle of 82.15º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3EA55 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 234 | 85 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.08 |
| HSL | 82.15º | 0.78% | 0.63% | - |
| HSV(B) | 82.15º | 0.64% | 0.92% | - |
| XYZ | 49.65 | 69.09 | 19.31 | - |
| YUV | 200.57 | 62.78 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 234 | 85 | 0.24 | 0 | 0.64 | 0.08 | 82.15 | 0.78 | 0.63 |
| Hex | B3 | EA | 55 | 18 | 0 | 40 | 8 | 52 | 4E | 3F |
| Octal | 263 | 352 | 125 | 30 | 0 | 100 | 10 | 122 | 116 | 77 |
| Binary | 10110011 | 11101010 | 1010101 | 11000 | 0 | 1000000 | 1000 | 1010010 | 1001110 | 111111 |
Color Harmonies of #B3EA55
Complementary color
Monochromatic Colors of #B3EA55
Black with #B3EA55
Text Example
Text Example
White with #B3EA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EA55; }
p { color: rgb(179,234,85); }
H1.HeaderClassName
{
color: #B3EA55;
}
.AnyTagClassName
{
color: #B3EA55;
}
</style>
background-color css
<style>
a { background-color: #B3EA55; }
a { background-color: rgb(179,234,85); }
div.DivClassName
{
background-color: #B3EA55;
}
.BgClassName
{
background-color: #B3EA55;
}
</style>
border-color css
<style>
span { border-color: #B3EA55; }
span { border-color: rgb(179,234,85); }
td.TdClassName
{
border-color: #B3EA55;
}
.TagClassName
{
border-color: #B3EA55;
}
</style>