Shades of Conifer #B5E73F
Tints of Conifer #B5E73F
RGB
CMYK
RGB Variations
Color information
#B5E73F (or 0xB5E73F) is known color: Conifer. HEX triplet: B5, E7 and 3F. RGB value is (181,231,63). Sum of RGB (Red+Green+Blue) = 181+231+63=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 231 (90.62% from 255 or 48.63% from 475); Blue value is 63 (25% from 255 or 13.26% from 475); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E73F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5E73F is #4A18C0. Grayscale: #C5C5C5. Windows color (decimal): -4856001 or 4188085. OLE color: 4188085.
HSL color Cylindrical-coordinate representation of color #B5E73F: hue angle of 77.86º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5E73F is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 231 | 63 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.09 |
| HSL | 77.86º | 0.78% | 0.58% | - |
| HSV(B) | 77.86º | 0.73% | 0.91% | - |
| XYZ | 48.53 | 67.33 | 15.14 | - |
| YUV | 196.9 | 52.44 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 231 | 63 | 0.22 | 0 | 0.73 | 0.09 | 77.86 | 0.78 | 0.58 |
| Hex | B5 | E7 | 3F | 16 | 0 | 49 | 9 | 4E | 4E | 3A |
| Octal | 265 | 347 | 77 | 26 | 0 | 111 | 11 | 116 | 116 | 72 |
| Binary | 10110101 | 11100111 | 111111 | 10110 | 0 | 1001001 | 1001 | 1001110 | 1001110 | 111010 |
Color Harmonies of #B5E73F
Complementary color
Monochromatic Colors of #B5E73F
Black with #B5E73F
Text Example
Text Example
White with #B5E73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E73F; }
p { color: rgb(181,231,63); }
H1.HeaderClassName
{
color: #B5E73F;
}
.AnyTagClassName
{
color: #B5E73F;
}
</style>
background-color css
<style>
a { background-color: #B5E73F; }
a { background-color: rgb(181,231,63); }
div.DivClassName
{
background-color: #B5E73F;
}
.BgClassName
{
background-color: #B5E73F;
}
</style>
border-color css
<style>
span { border-color: #B5E73F; }
span { border-color: rgb(181,231,63); }
td.TdClassName
{
border-color: #B5E73F;
}
.TagClassName
{
border-color: #B5E73F;
}
</style>