Shades of Conifer #B2EF55
Tints of Conifer #B2EF55
RGB
CMYK
RGB Variations
Color information
#B2EF55 (or 0xB2EF55) is known color: Conifer. HEX triplet: B2, EF and 55. RGB value is (178,239,85). Sum of RGB (Red+Green+Blue) = 178+239+85=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EF55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EF55 is #4D10AA. Grayscale: #CBCBCB. Windows color (decimal): -5050539 or 5631922. OLE color: 5631922.
HSL color Cylindrical-coordinate representation of color #B2EF55: hue angle of 83.77º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2EF55 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 85 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.06 |
| HSL | 83.77º | 0.83% | 0.64% | - |
| HSV(B) | 83.77º | 0.64% | 0.94% | - |
| XYZ | 50.87 | 71.85 | 19.78 | - |
| YUV | 203.21 | 61.29 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 85 | 0.26 | 0 | 0.64 | 0.06 | 83.77 | 0.83 | 0.64 |
| Hex | B2 | EF | 55 | 1A | 0 | 40 | 6 | 54 | 53 | 40 |
| Octal | 262 | 357 | 125 | 32 | 0 | 100 | 6 | 124 | 123 | 100 |
| Binary | 10110010 | 11101111 | 1010101 | 11010 | 0 | 1000000 | 110 | 1010100 | 1010011 | 1000000 |
Color Harmonies of #B2EF55
Complementary color
Monochromatic Colors of #B2EF55
Black with #B2EF55
Text Example
Text Example
White with #B2EF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EF55; }
p { color: rgb(178,239,85); }
H1.HeaderClassName
{
color: #B2EF55;
}
.AnyTagClassName
{
color: #B2EF55;
}
</style>
background-color css
<style>
a { background-color: #B2EF55; }
a { background-color: rgb(178,239,85); }
div.DivClassName
{
background-color: #B2EF55;
}
.BgClassName
{
background-color: #B2EF55;
}
</style>
border-color css
<style>
span { border-color: #B2EF55; }
span { border-color: rgb(178,239,85); }
td.TdClassName
{
border-color: #B2EF55;
}
.TagClassName
{
border-color: #B2EF55;
}
</style>