Shades of Conifer #B5E253
Tints of Conifer #B5E253
RGB
CMYK
RGB Variations
Color information
#B5E253 (or 0xB5E253) is known color: Conifer. HEX triplet: B5, E2 and 53. RGB value is (181,226,83). Sum of RGB (Red+Green+Blue) = 181+226+83=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 83 (32.81% from 255 or 16.94% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #B5E253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E253 is #4A1DAC. Grayscale: #C4C4C4. Windows color (decimal): -4857261 or 5497525. OLE color: 5497525.
HSL color Cylindrical-coordinate representation of color #B5E253: hue angle of 78.88º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5E253 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 226 | 83 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.11 |
| HSL | 78.88º | 0.71% | 0.61% | - |
| HSV(B) | 78.88º | 0.63% | 0.89% | - |
| XYZ | 47.81 | 64.84 | 18.18 | - |
| YUV | 196.24 | 64.09 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 226 | 83 | 0.20 | 0 | 0.63 | 0.11 | 78.88 | 0.71 | 0.61 |
| Hex | B5 | E2 | 53 | 14 | 0 | 3F | B | 4F | 47 | 3D |
| Octal | 265 | 342 | 123 | 24 | 0 | 77 | 13 | 117 | 107 | 75 |
| Binary | 10110101 | 11100010 | 1010011 | 10100 | 0 | 111111 | 1011 | 1001111 | 1000111 | 111101 |
Color Harmonies of #B5E253
Complementary color
Monochromatic Colors of #B5E253
Black with #B5E253
Text Example
Text Example
White with #B5E253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E253; }
p { color: rgb(181,226,83); }
H1.HeaderClassName
{
color: #B5E253;
}
.AnyTagClassName
{
color: #B5E253;
}
</style>
background-color css
<style>
a { background-color: #B5E253; }
a { background-color: rgb(181,226,83); }
div.DivClassName
{
background-color: #B5E253;
}
.BgClassName
{
background-color: #B5E253;
}
</style>
border-color css
<style>
span { border-color: #B5E253; }
span { border-color: rgb(181,226,83); }
td.TdClassName
{
border-color: #B5E253;
}
.TagClassName
{
border-color: #B5E253;
}
</style>