Shades of Conifer #B2F359
Tints of Conifer #B2F359
RGB
CMYK
RGB Variations
Color information
#B2F359 (or 0xB2F359) is known color: Conifer. HEX triplet: B2, F3 and 59. RGB value is (178,243,89). Sum of RGB (Red+Green+Blue) = 178+243+89=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 89 (35.16% from 255 or 17.45% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F359 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F359 is #4D0CA6. Grayscale: #CECECE. Windows color (decimal): -5049511 or 5895090. OLE color: 5895090.
HSL color Cylindrical-coordinate representation of color #B2F359: hue angle of 85.32º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2F359 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 89 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.05 |
| HSL | 85.32º | 0.87% | 0.65% | - |
| HSV(B) | 85.32º | 0.63% | 0.95% | - |
| XYZ | 52.21 | 74.29 | 21.04 | - |
| YUV | 206.01 | 61.97 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 89 | 0.27 | 0 | 0.63 | 0.05 | 85.32 | 0.87 | 0.65 |
| Hex | B2 | F3 | 59 | 1B | 0 | 3F | 5 | 55 | 57 | 41 |
| Octal | 262 | 363 | 131 | 33 | 0 | 77 | 5 | 125 | 127 | 101 |
| Binary | 10110010 | 11110011 | 1011001 | 11011 | 0 | 111111 | 101 | 1010101 | 1010111 | 1000001 |
Color Harmonies of #B2F359
Complementary color
Monochromatic Colors of #B2F359
Black with #B2F359
Text Example
Text Example
White with #B2F359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F359; }
p { color: rgb(178,243,89); }
H1.HeaderClassName
{
color: #B2F359;
}
.AnyTagClassName
{
color: #B2F359;
}
</style>
background-color css
<style>
a { background-color: #B2F359; }
a { background-color: rgb(178,243,89); }
div.DivClassName
{
background-color: #B2F359;
}
.BgClassName
{
background-color: #B2F359;
}
</style>
border-color css
<style>
span { border-color: #B2F359; }
span { border-color: rgb(178,243,89); }
td.TdClassName
{
border-color: #B2F359;
}
.TagClassName
{
border-color: #B2F359;
}
</style>