Shades of Conifer #B2EF60
Tints of Conifer #B2EF60
RGB
CMYK
RGB Variations
Color information
#B2EF60 (or 0xB2EF60) is known color: Conifer. HEX triplet: B2, EF and 60. RGB value is (178,239,96). Sum of RGB (Red+Green+Blue) = 178+239+96=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EF60 is #4D109F. Grayscale: #CCCCCC. Windows color (decimal): -5050528 or 6352818. OLE color: 6352818.
HSL color Cylindrical-coordinate representation of color #B2EF60: hue angle of 85.59º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2EF60 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 96 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.06 |
| HSL | 85.59º | 0.82% | 0.66% | - |
| HSV(B) | 85.59º | 0.6% | 0.94% | - |
| XYZ | 51.34 | 72.04 | 22.27 | - |
| YUV | 204.46 | 66.79 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 96 | 0.26 | 0 | 0.60 | 0.06 | 85.59 | 0.82 | 0.66 |
| Hex | B2 | EF | 60 | 1A | 0 | 3C | 6 | 56 | 52 | 42 |
| Octal | 262 | 357 | 140 | 32 | 0 | 74 | 6 | 126 | 122 | 102 |
| Binary | 10110010 | 11101111 | 1100000 | 11010 | 0 | 111100 | 110 | 1010110 | 1010010 | 1000010 |
Color Harmonies of #B2EF60
Complementary color
Monochromatic Colors of #B2EF60
Black with #B2EF60
Text Example
Text Example
White with #B2EF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EF60; }
p { color: rgb(178,239,96); }
H1.HeaderClassName
{
color: #B2EF60;
}
.AnyTagClassName
{
color: #B2EF60;
}
</style>
background-color css
<style>
a { background-color: #B2EF60; }
a { background-color: rgb(178,239,96); }
div.DivClassName
{
background-color: #B2EF60;
}
.BgClassName
{
background-color: #B2EF60;
}
</style>
border-color css
<style>
span { border-color: #B2EF60; }
span { border-color: rgb(178,239,96); }
td.TdClassName
{
border-color: #B2EF60;
}
.TagClassName
{
border-color: #B2EF60;
}
</style>