Shades of Conifer #B5E85C
Tints of Conifer #B5E85C
RGB
CMYK
RGB Variations
Color information
#B5E85C (or 0xB5E85C) is known color: Conifer. HEX triplet: B5, E8 and 5C. RGB value is (181,232,92). Sum of RGB (Red+Green+Blue) = 181+232+92=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5E85C is #4A17A3. Grayscale: #C9C9C9. Windows color (decimal): -4855716 or 6088885. OLE color: 6088885.
HSL color Cylindrical-coordinate representation of color #B5E85C: hue angle of 81.86º 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 #B5E85C is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 232 | 92 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.09 |
| HSL | 81.86º | 0.75% | 0.64% | - |
| HSV(B) | 81.86º | 0.6% | 0.91% | - |
| XYZ | 49.84 | 68.31 | 20.68 | - |
| YUV | 200.79 | 66.6 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 92 | 0.22 | 0 | 0.60 | 0.09 | 81.86 | 0.75 | 0.64 |
| Hex | B5 | E8 | 5C | 16 | 0 | 3C | 9 | 52 | 4B | 40 |
| Octal | 265 | 350 | 134 | 26 | 0 | 74 | 11 | 122 | 113 | 100 |
| Binary | 10110101 | 11101000 | 1011100 | 10110 | 0 | 111100 | 1001 | 1010010 | 1001011 | 1000000 |
Color Harmonies of #B5E85C
Complementary color
Monochromatic Colors of #B5E85C
Black with #B5E85C
Text Example
Text Example
White with #B5E85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E85C; }
p { color: rgb(181,232,92); }
H1.HeaderClassName
{
color: #B5E85C;
}
.AnyTagClassName
{
color: #B5E85C;
}
</style>
background-color css
<style>
a { background-color: #B5E85C; }
a { background-color: rgb(181,232,92); }
div.DivClassName
{
background-color: #B5E85C;
}
.BgClassName
{
background-color: #B5E85C;
}
</style>
border-color css
<style>
span { border-color: #B5E85C; }
span { border-color: rgb(181,232,92); }
td.TdClassName
{
border-color: #B5E85C;
}
.TagClassName
{
border-color: #B5E85C;
}
</style>