Shades of Conifer #B2F155
Tints of Conifer #B2F155
RGB
CMYK
RGB Variations
Color information
#B2F155 (or 0xB2F155) is known color: Conifer. HEX triplet: B2, F1 and 55. RGB value is (178,241,85). Sum of RGB (Red+Green+Blue) = 178+241+85=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F155 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F155 is #4D0EAA. Grayscale: #CCCCCC. Windows color (decimal): -5050027 or 5632434. OLE color: 5632434.
HSL color Cylindrical-coordinate representation of color #B2F155: hue angle of 84.23º 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 #B2F155 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 85 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.05 |
| HSL | 84.23º | 0.85% | 0.64% | - |
| HSV(B) | 84.23º | 0.65% | 0.95% | - |
| XYZ | 51.46 | 73.03 | 19.98 | - |
| YUV | 204.38 | 60.63 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 85 | 0.26 | 0 | 0.65 | 0.05 | 84.23 | 0.85 | 0.64 |
| Hex | B2 | F1 | 55 | 1A | 0 | 41 | 5 | 54 | 55 | 40 |
| Octal | 262 | 361 | 125 | 32 | 0 | 101 | 5 | 124 | 125 | 100 |
| Binary | 10110010 | 11110001 | 1010101 | 11010 | 0 | 1000001 | 101 | 1010100 | 1010101 | 1000000 |
Color Harmonies of #B2F155
Complementary color
Monochromatic Colors of #B2F155
Black with #B2F155
Text Example
Text Example
White with #B2F155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F155; }
p { color: rgb(178,241,85); }
H1.HeaderClassName
{
color: #B2F155;
}
.AnyTagClassName
{
color: #B2F155;
}
</style>
background-color css
<style>
a { background-color: #B2F155; }
a { background-color: rgb(178,241,85); }
div.DivClassName
{
background-color: #B2F155;
}
.BgClassName
{
background-color: #B2F155;
}
</style>
border-color css
<style>
span { border-color: #B2F155; }
span { border-color: rgb(178,241,85); }
td.TdClassName
{
border-color: #B2F155;
}
.TagClassName
{
border-color: #B2F155;
}
</style>