Shades of Conifer #B2F25B
Tints of Conifer #B2F25B
RGB
CMYK
RGB Variations
Color information
#B2F25B (or 0xB2F25B) is known color: Conifer. HEX triplet: B2, F2 and 5B. RGB value is (178,242,91). Sum of RGB (Red+Green+Blue) = 178+242+91=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F25B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F25B is #4D0DA4. Grayscale: #CECECE. Windows color (decimal): -5049765 or 6025906. OLE color: 6025906.
HSL color Cylindrical-coordinate representation of color #B2F25B: hue angle of 85.43º degrees, saturation: 0.85, 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 #B2F25B is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 91 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.05 |
| HSL | 85.43º | 0.85% | 0.65% | - |
| HSV(B) | 85.43º | 0.62% | 0.95% | - |
| XYZ | 52 | 73.72 | 21.39 | - |
| YUV | 205.65 | 63.3 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 91 | 0.26 | 0 | 0.62 | 0.05 | 85.43 | 0.85 | 0.65 |
| Hex | B2 | F2 | 5B | 1A | 0 | 3E | 5 | 55 | 55 | 41 |
| Octal | 262 | 362 | 133 | 32 | 0 | 76 | 5 | 125 | 125 | 101 |
| Binary | 10110010 | 11110010 | 1011011 | 11010 | 0 | 111110 | 101 | 1010101 | 1010101 | 1000001 |
Color Harmonies of #B2F25B
Complementary color
Monochromatic Colors of #B2F25B
Black with #B2F25B
Text Example
Text Example
White with #B2F25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F25B; }
p { color: rgb(178,242,91); }
H1.HeaderClassName
{
color: #B2F25B;
}
.AnyTagClassName
{
color: #B2F25B;
}
</style>
background-color css
<style>
a { background-color: #B2F25B; }
a { background-color: rgb(178,242,91); }
div.DivClassName
{
background-color: #B2F25B;
}
.BgClassName
{
background-color: #B2F25B;
}
</style>
border-color css
<style>
span { border-color: #B2F25B; }
span { border-color: rgb(178,242,91); }
td.TdClassName
{
border-color: #B2F25B;
}
.TagClassName
{
border-color: #B2F25B;
}
</style>