Shades of Conifer #B5E03F
Tints of Conifer #B5E03F
RGB
CMYK
RGB Variations
Color information
#B5E03F (or 0xB5E03F) is known color: Conifer. HEX triplet: B5, E0 and 3F. RGB value is (181,224,63). Sum of RGB (Red+Green+Blue) = 181+224+63=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E03F is #4A1FC0. Grayscale: #C1C1C1. Windows color (decimal): -4857793 or 4186293. OLE color: 4186293.
HSL color Cylindrical-coordinate representation of color #B5E03F: hue angle of 76.02º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5E03F is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 63 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.12 |
| HSL | 76.02º | 0.72% | 0.56% | - |
| HSV(B) | 76.02º | 0.72% | 0.88% | - |
| XYZ | 46.61 | 63.49 | 14.5 | - |
| YUV | 192.79 | 54.75 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 63 | 0.19 | 0 | 0.72 | 0.12 | 76.02 | 0.72 | 0.56 |
| Hex | B5 | E0 | 3F | 13 | 0 | 48 | C | 4C | 48 | 38 |
| Octal | 265 | 340 | 77 | 23 | 0 | 110 | 14 | 114 | 110 | 70 |
| Binary | 10110101 | 11100000 | 111111 | 10011 | 0 | 1001000 | 1100 | 1001100 | 1001000 | 111000 |
Color Harmonies of #B5E03F
Complementary color
Monochromatic Colors of #B5E03F
Black with #B5E03F
Text Example
Text Example
White with #B5E03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E03F; }
p { color: rgb(181,224,63); }
H1.HeaderClassName
{
color: #B5E03F;
}
.AnyTagClassName
{
color: #B5E03F;
}
</style>
background-color css
<style>
a { background-color: #B5E03F; }
a { background-color: rgb(181,224,63); }
div.DivClassName
{
background-color: #B5E03F;
}
.BgClassName
{
background-color: #B5E03F;
}
</style>
border-color css
<style>
span { border-color: #B5E03F; }
span { border-color: rgb(181,224,63); }
td.TdClassName
{
border-color: #B5E03F;
}
.TagClassName
{
border-color: #B5E03F;
}
</style>