Shades of Conifer #B2F257
Tints of Conifer #B2F257
RGB
CMYK
RGB Variations
Color information
#B2F257 (or 0xB2F257) is known color: Conifer. HEX triplet: B2, F2 and 57. RGB value is (178,242,87). Sum of RGB (Red+Green+Blue) = 178+242+87=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 87 (34.38% from 255 or 17.16% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F257 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F257 is #4D0DA8. Grayscale: #CDCDCD. Windows color (decimal): -5049769 or 5763762. OLE color: 5763762.
HSL color Cylindrical-coordinate representation of color #B2F257: hue angle of 84.77º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2F257 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 87 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.05 |
| HSL | 84.77º | 0.86% | 0.65% | - |
| HSV(B) | 84.77º | 0.64% | 0.95% | - |
| XYZ | 51.83 | 73.66 | 20.5 | - |
| YUV | 205.19 | 61.3 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 87 | 0.26 | 0 | 0.64 | 0.05 | 84.77 | 0.86 | 0.65 |
| Hex | B2 | F2 | 57 | 1A | 0 | 40 | 5 | 55 | 56 | 41 |
| Octal | 262 | 362 | 127 | 32 | 0 | 100 | 5 | 125 | 126 | 101 |
| Binary | 10110010 | 11110010 | 1010111 | 11010 | 0 | 1000000 | 101 | 1010101 | 1010110 | 1000001 |
Color Harmonies of #B2F257
Complementary color
Monochromatic Colors of #B2F257
Black with #B2F257
Text Example
Text Example
White with #B2F257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F257; }
p { color: rgb(178,242,87); }
H1.HeaderClassName
{
color: #B2F257;
}
.AnyTagClassName
{
color: #B2F257;
}
</style>
background-color css
<style>
a { background-color: #B2F257; }
a { background-color: rgb(178,242,87); }
div.DivClassName
{
background-color: #B2F257;
}
.BgClassName
{
background-color: #B2F257;
}
</style>
border-color css
<style>
span { border-color: #B2F257; }
span { border-color: rgb(178,242,87); }
td.TdClassName
{
border-color: #B2F257;
}
.TagClassName
{
border-color: #B2F257;
}
</style>