Shades of Conifer #B2F15B
Tints of Conifer #B2F15B
RGB
CMYK
RGB Variations
Color information
#B2F15B (or 0xB2F15B) is known color: Conifer. HEX triplet: B2, F1 and 5B. RGB value is (178,241,91). Sum of RGB (Red+Green+Blue) = 178+241+91=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F15B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F15B is #4D0EA4. Grayscale: #CDCDCD. Windows color (decimal): -5050021 or 6025650. OLE color: 6025650.
HSL color Cylindrical-coordinate representation of color #B2F15B: hue angle of 85.2º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2F15B is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 91 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.05 |
| HSL | 85.2º | 0.84% | 0.65% | - |
| HSV(B) | 85.2º | 0.62% | 0.95% | - |
| XYZ | 51.7 | 73.13 | 21.29 | - |
| YUV | 205.06 | 63.63 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 91 | 0.26 | 0 | 0.62 | 0.05 | 85.2 | 0.84 | 0.65 |
| Hex | B2 | F1 | 5B | 1A | 0 | 3E | 5 | 55 | 54 | 41 |
| Octal | 262 | 361 | 133 | 32 | 0 | 76 | 5 | 125 | 124 | 101 |
| Binary | 10110010 | 11110001 | 1011011 | 11010 | 0 | 111110 | 101 | 1010101 | 1010100 | 1000001 |
Color Harmonies of #B2F15B
Complementary color
Monochromatic Colors of #B2F15B
Black with #B2F15B
Text Example
Text Example
White with #B2F15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F15B; }
p { color: rgb(178,241,91); }
H1.HeaderClassName
{
color: #B2F15B;
}
.AnyTagClassName
{
color: #B2F15B;
}
</style>
background-color css
<style>
a { background-color: #B2F15B; }
a { background-color: rgb(178,241,91); }
div.DivClassName
{
background-color: #B2F15B;
}
.BgClassName
{
background-color: #B2F15B;
}
</style>
border-color css
<style>
span { border-color: #B2F15B; }
span { border-color: rgb(178,241,91); }
td.TdClassName
{
border-color: #B2F15B;
}
.TagClassName
{
border-color: #B2F15B;
}
</style>