Shades of Conifer #B5F15A
Tints of Conifer #B5F15A
RGB
CMYK
RGB Variations
Color information
#B5F15A (or 0xB5F15A) is known color: Conifer. HEX triplet: B5, F1 and 5A. RGB value is (181,241,90). Sum of RGB (Red+Green+Blue) = 181+241+90=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F15A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F15A is #4A0EA5. Grayscale: #CECECE. Windows color (decimal): -4853414 or 5960117. OLE color: 5960117.
HSL color Cylindrical-coordinate representation of color #B5F15A: hue angle of 83.84º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5F15A is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 241 | 90 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.05 |
| HSL | 83.84º | 0.84% | 0.65% | - |
| HSV(B) | 83.84º | 0.63% | 0.95% | - |
| XYZ | 52.36 | 73.47 | 21.09 | - |
| YUV | 205.85 | 62.62 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 241 | 90 | 0.25 | 0 | 0.63 | 0.05 | 83.84 | 0.84 | 0.65 |
| Hex | B5 | F1 | 5A | 19 | 0 | 3F | 5 | 54 | 54 | 41 |
| Octal | 265 | 361 | 132 | 31 | 0 | 77 | 5 | 124 | 124 | 101 |
| Binary | 10110101 | 11110001 | 1011010 | 11001 | 0 | 111111 | 101 | 1010100 | 1010100 | 1000001 |
Color Harmonies of #B5F15A
Complementary color
Monochromatic Colors of #B5F15A
Black with #B5F15A
Text Example
Text Example
White with #B5F15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F15A; }
p { color: rgb(181,241,90); }
H1.HeaderClassName
{
color: #B5F15A;
}
.AnyTagClassName
{
color: #B5F15A;
}
</style>
background-color css
<style>
a { background-color: #B5F15A; }
a { background-color: rgb(181,241,90); }
div.DivClassName
{
background-color: #B5F15A;
}
.BgClassName
{
background-color: #B5F15A;
}
</style>
border-color css
<style>
span { border-color: #B5F15A; }
span { border-color: rgb(181,241,90); }
td.TdClassName
{
border-color: #B5F15A;
}
.TagClassName
{
border-color: #B5F15A;
}
</style>