Shades of Conifer #B3F155
Tints of Conifer #B3F155
RGB
CMYK
RGB Variations
Color information
#B3F155 (or 0xB3F155) is known color: Conifer. HEX triplet: B3, F1 and 55. RGB value is (179,241,85). Sum of RGB (Red+Green+Blue) = 179+241+85=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F155 is #4C0EAA. Grayscale: #CDCDCD. Windows color (decimal): -4984491 or 5632435. OLE color: 5632435.
HSL color Cylindrical-coordinate representation of color #B3F155: hue angle of 83.85º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3F155 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 85 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.05 |
| HSL | 83.85º | 0.85% | 0.64% | - |
| HSV(B) | 83.85º | 0.65% | 0.95% | - |
| XYZ | 51.69 | 73.15 | 19.99 | - |
| YUV | 204.68 | 60.46 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 85 | 0.26 | 0 | 0.65 | 0.05 | 83.85 | 0.85 | 0.64 |
| Hex | B3 | F1 | 55 | 1A | 0 | 41 | 5 | 54 | 55 | 40 |
| Octal | 263 | 361 | 125 | 32 | 0 | 101 | 5 | 124 | 125 | 100 |
| Binary | 10110011 | 11110001 | 1010101 | 11010 | 0 | 1000001 | 101 | 1010100 | 1010101 | 1000000 |
Color Harmonies of #B3F155
Complementary color
Monochromatic Colors of #B3F155
Black with #B3F155
Text Example
Text Example
White with #B3F155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F155; }
p { color: rgb(179,241,85); }
H1.HeaderClassName
{
color: #B3F155;
}
.AnyTagClassName
{
color: #B3F155;
}
</style>
background-color css
<style>
a { background-color: #B3F155; }
a { background-color: rgb(179,241,85); }
div.DivClassName
{
background-color: #B3F155;
}
.BgClassName
{
background-color: #B3F155;
}
</style>
border-color css
<style>
span { border-color: #B3F155; }
span { border-color: rgb(179,241,85); }
td.TdClassName
{
border-color: #B3F155;
}
.TagClassName
{
border-color: #B3F155;
}
</style>