Shades of Conifer #B5E44C
Tints of Conifer #B5E44C
RGB
CMYK
RGB Variations
Color information
#B5E44C (or 0xB5E44C) is known color: Conifer. HEX triplet: B5, E4 and 4C. RGB value is (181,228,76). Sum of RGB (Red+Green+Blue) = 181+228+76=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E44C is #4A1BB3. Grayscale: #C5C5C5. Windows color (decimal): -4856756 or 5039285. OLE color: 5039285.
HSL color Cylindrical-coordinate representation of color #B5E44C: hue angle of 78.55º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5E44C is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 228 | 76 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.11 |
| HSL | 78.55º | 0.74% | 0.6% | - |
| HSV(B) | 78.55º | 0.67% | 0.89% | - |
| XYZ | 48.1 | 65.83 | 17.01 | - |
| YUV | 196.62 | 59.93 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 228 | 76 | 0.21 | 0 | 0.67 | 0.11 | 78.55 | 0.74 | 0.6 |
| Hex | B5 | E4 | 4C | 15 | 0 | 43 | B | 4F | 4A | 3C |
| Octal | 265 | 344 | 114 | 25 | 0 | 103 | 13 | 117 | 112 | 74 |
| Binary | 10110101 | 11100100 | 1001100 | 10101 | 0 | 1000011 | 1011 | 1001111 | 1001010 | 111100 |
Color Harmonies of #B5E44C
Complementary color
Monochromatic Colors of #B5E44C
Black with #B5E44C
Text Example
Text Example
White with #B5E44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E44C; }
p { color: rgb(181,228,76); }
H1.HeaderClassName
{
color: #B5E44C;
}
.AnyTagClassName
{
color: #B5E44C;
}
</style>
background-color css
<style>
a { background-color: #B5E44C; }
a { background-color: rgb(181,228,76); }
div.DivClassName
{
background-color: #B5E44C;
}
.BgClassName
{
background-color: #B5E44C;
}
</style>
border-color css
<style>
span { border-color: #B5E44C; }
span { border-color: rgb(181,228,76); }
td.TdClassName
{
border-color: #B5E44C;
}
.TagClassName
{
border-color: #B5E44C;
}
</style>