Shades of Conifer #B2E85D
Tints of Conifer #B2E85D
RGB
CMYK
RGB Variations
Color information
#B2E85D (or 0xB2E85D) is known color: Conifer. HEX triplet: B2, E8 and 5D. RGB value is (178,232,93). Sum of RGB (Red+Green+Blue) = 178+232+93=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #B2E85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E85D is #4D17A2. Grayscale: #C8C8C8. Windows color (decimal): -5052323 or 6154418. OLE color: 6154418.
HSL color Cylindrical-coordinate representation of color #B2E85D: hue angle of 83.31º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2E85D is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 232 | 93 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.09 |
| HSL | 83.31º | 0.75% | 0.64% | - |
| HSV(B) | 83.31º | 0.6% | 0.91% | - |
| XYZ | 49.19 | 67.97 | 20.88 | - |
| YUV | 200.01 | 67.61 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 232 | 93 | 0.23 | 0 | 0.60 | 0.09 | 83.31 | 0.75 | 0.64 |
| Hex | B2 | E8 | 5D | 17 | 0 | 3C | 9 | 53 | 4B | 40 |
| Octal | 262 | 350 | 135 | 27 | 0 | 74 | 11 | 123 | 113 | 100 |
| Binary | 10110010 | 11101000 | 1011101 | 10111 | 0 | 111100 | 1001 | 1010011 | 1001011 | 1000000 |
Color Harmonies of #B2E85D
Complementary color
Monochromatic Colors of #B2E85D
Black with #B2E85D
Text Example
Text Example
White with #B2E85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E85D; }
p { color: rgb(178,232,93); }
H1.HeaderClassName
{
color: #B2E85D;
}
.AnyTagClassName
{
color: #B2E85D;
}
</style>
background-color css
<style>
a { background-color: #B2E85D; }
a { background-color: rgb(178,232,93); }
div.DivClassName
{
background-color: #B2E85D;
}
.BgClassName
{
background-color: #B2E85D;
}
</style>
border-color css
<style>
span { border-color: #B2E85D; }
span { border-color: rgb(178,232,93); }
td.TdClassName
{
border-color: #B2E85D;
}
.TagClassName
{
border-color: #B2E85D;
}
</style>