Shades of Conifer #B5E452
Tints of Conifer #B5E452
RGB
CMYK
RGB Variations
Color information
#B5E452 (or 0xB5E452) is known color: Conifer. HEX triplet: B5, E4 and 52. RGB value is (181,228,82). Sum of RGB (Red+Green+Blue) = 181+228+82=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E452 is #4A1BAD. Grayscale: #C5C5C5. Windows color (decimal): -4856750 or 5432501. OLE color: 5432501.
HSL color Cylindrical-coordinate representation of color #B5E452: hue angle of 79.32º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5E452 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 228 | 82 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.11 |
| HSL | 79.32º | 0.73% | 0.61% | - |
| HSV(B) | 79.32º | 0.64% | 0.89% | - |
| XYZ | 48.32 | 65.92 | 18.16 | - |
| YUV | 197.3 | 62.93 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 228 | 82 | 0.21 | 0 | 0.64 | 0.11 | 79.32 | 0.73 | 0.61 |
| Hex | B5 | E4 | 52 | 15 | 0 | 40 | B | 4F | 49 | 3D |
| Octal | 265 | 344 | 122 | 25 | 0 | 100 | 13 | 117 | 111 | 75 |
| Binary | 10110101 | 11100100 | 1010010 | 10101 | 0 | 1000000 | 1011 | 1001111 | 1001001 | 111101 |
Color Harmonies of #B5E452
Complementary color
Monochromatic Colors of #B5E452
Black with #B5E452
Text Example
Text Example
White with #B5E452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E452; }
p { color: rgb(181,228,82); }
H1.HeaderClassName
{
color: #B5E452;
}
.AnyTagClassName
{
color: #B5E452;
}
</style>
background-color css
<style>
a { background-color: #B5E452; }
a { background-color: rgb(181,228,82); }
div.DivClassName
{
background-color: #B5E452;
}
.BgClassName
{
background-color: #B5E452;
}
</style>
border-color css
<style>
span { border-color: #B5E452; }
span { border-color: rgb(181,228,82); }
td.TdClassName
{
border-color: #B5E452;
}
.TagClassName
{
border-color: #B5E452;
}
</style>