Shades of Conifer #B5E33D
Tints of Conifer #B5E33D
RGB
CMYK
RGB Variations
Color information
#B5E33D (or 0xB5E33D) is known color: Conifer. HEX triplet: B5, E3 and 3D. RGB value is (181,227,61). Sum of RGB (Red+Green+Blue) = 181+227+61=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 61 (24.22% from 255 or 13.01% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E33D is #4A1CC2. Grayscale: #C2C2C2. Windows color (decimal): -4857027 or 4055989. OLE color: 4055989.
HSL color Cylindrical-coordinate representation of color #B5E33D: hue angle of 76.63º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5E33D is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 61 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.11 |
| HSL | 76.63º | 0.75% | 0.56% | - |
| HSV(B) | 76.63º | 0.73% | 0.89% | - |
| XYZ | 47.37 | 65.1 | 14.48 | - |
| YUV | 194.32 | 52.76 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 61 | 0.20 | 0 | 0.73 | 0.11 | 76.63 | 0.75 | 0.56 |
| Hex | B5 | E3 | 3D | 14 | 0 | 49 | B | 4D | 4B | 38 |
| Octal | 265 | 343 | 75 | 24 | 0 | 111 | 13 | 115 | 113 | 70 |
| Binary | 10110101 | 11100011 | 111101 | 10100 | 0 | 1001001 | 1011 | 1001101 | 1001011 | 111000 |
Color Harmonies of #B5E33D
Complementary color
Monochromatic Colors of #B5E33D
Black with #B5E33D
Text Example
Text Example
White with #B5E33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E33D; }
p { color: rgb(181,227,61); }
H1.HeaderClassName
{
color: #B5E33D;
}
.AnyTagClassName
{
color: #B5E33D;
}
</style>
background-color css
<style>
a { background-color: #B5E33D; }
a { background-color: rgb(181,227,61); }
div.DivClassName
{
background-color: #B5E33D;
}
.BgClassName
{
background-color: #B5E33D;
}
</style>
border-color css
<style>
span { border-color: #B5E33D; }
span { border-color: rgb(181,227,61); }
td.TdClassName
{
border-color: #B5E33D;
}
.TagClassName
{
border-color: #B5E33D;
}
</style>