Shades of Conifer #B5E33F
Tints of Conifer #B5E33F
RGB
CMYK
RGB Variations
Color information
#B5E33F (or 0xB5E33F) is known color: Conifer. HEX triplet: B5, E3 and 3F. RGB value is (181,227,63). Sum of RGB (Red+Green+Blue) = 181+227+63=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 63 (25% from 255 or 13.38% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E33F is #4A1CC0. Grayscale: #C3C3C3. Windows color (decimal): -4857025 or 4187061. OLE color: 4187061.
HSL color Cylindrical-coordinate representation of color #B5E33F: hue angle of 76.83º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5E33F is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 63 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.11 |
| HSL | 76.83º | 0.75% | 0.57% | - |
| HSV(B) | 76.83º | 0.72% | 0.89% | - |
| XYZ | 47.42 | 65.12 | 14.77 | - |
| YUV | 194.55 | 53.76 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 63 | 0.20 | 0 | 0.72 | 0.11 | 76.83 | 0.75 | 0.57 |
| Hex | B5 | E3 | 3F | 14 | 0 | 48 | B | 4D | 4B | 39 |
| Octal | 265 | 343 | 77 | 24 | 0 | 110 | 13 | 115 | 113 | 71 |
| Binary | 10110101 | 11100011 | 111111 | 10100 | 0 | 1001000 | 1011 | 1001101 | 1001011 | 111001 |
Color Harmonies of #B5E33F
Complementary color
Monochromatic Colors of #B5E33F
Black with #B5E33F
Text Example
Text Example
White with #B5E33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E33F; }
p { color: rgb(181,227,63); }
H1.HeaderClassName
{
color: #B5E33F;
}
.AnyTagClassName
{
color: #B5E33F;
}
</style>
background-color css
<style>
a { background-color: #B5E33F; }
a { background-color: rgb(181,227,63); }
div.DivClassName
{
background-color: #B5E33F;
}
.BgClassName
{
background-color: #B5E33F;
}
</style>
border-color css
<style>
span { border-color: #B5E33F; }
span { border-color: rgb(181,227,63); }
td.TdClassName
{
border-color: #B5E33F;
}
.TagClassName
{
border-color: #B5E33F;
}
</style>