Shades of Conifer #B5F85A
Tints of Conifer #B5F85A
RGB
CMYK
RGB Variations
Color information
#B5F85A (or 0xB5F85A) is known color: Conifer. HEX triplet: B5, F8 and 5A. RGB value is (181,248,90). Sum of RGB (Red+Green+Blue) = 181+248+90=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F85A is #4A07A5. Grayscale: #D2D2D2. Windows color (decimal): -4851622 or 5961909. OLE color: 5961909.
HSL color Cylindrical-coordinate representation of color #B5F85A: hue angle of 85.44º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5F85A is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 248 | 90 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.03 |
| HSL | 85.44º | 0.92% | 0.66% | - |
| HSV(B) | 85.44º | 0.64% | 0.97% | - |
| XYZ | 54.47 | 77.7 | 21.8 | - |
| YUV | 209.96 | 60.3 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 248 | 90 | 0.27 | 0 | 0.64 | 0.03 | 85.44 | 0.92 | 0.66 |
| Hex | B5 | F8 | 5A | 1B | 0 | 40 | 3 | 55 | 5C | 42 |
| Octal | 265 | 370 | 132 | 33 | 0 | 100 | 3 | 125 | 134 | 102 |
| Binary | 10110101 | 11111000 | 1011010 | 11011 | 0 | 1000000 | 11 | 1010101 | 1011100 | 1000010 |
Color Harmonies of #B5F85A
Complementary color
Monochromatic Colors of #B5F85A
Black with #B5F85A
Text Example
Text Example
White with #B5F85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F85A; }
p { color: rgb(181,248,90); }
H1.HeaderClassName
{
color: #B5F85A;
}
.AnyTagClassName
{
color: #B5F85A;
}
</style>
background-color css
<style>
a { background-color: #B5F85A; }
a { background-color: rgb(181,248,90); }
div.DivClassName
{
background-color: #B5F85A;
}
.BgClassName
{
background-color: #B5F85A;
}
</style>
border-color css
<style>
span { border-color: #B5F85A; }
span { border-color: rgb(181,248,90); }
td.TdClassName
{
border-color: #B5F85A;
}
.TagClassName
{
border-color: #B5F85A;
}
</style>