Shades of Conifer #B5E94A
Tints of Conifer #B5E94A
RGB
CMYK
RGB Variations
Color information
#B5E94A (or 0xB5E94A) is known color: Conifer. HEX triplet: B5, E9 and 4A. RGB value is (181,233,74). Sum of RGB (Red+Green+Blue) = 181+233+74=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5E94A is #4A16B5. Grayscale: #C7C7C7. Windows color (decimal): -4855478 or 4909493. OLE color: 4909493.
HSL color Cylindrical-coordinate representation of color #B5E94A: hue angle of 79.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5E94A is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 233 | 74 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.09 |
| HSL | 79.62º | 0.78% | 0.6% | - |
| HSV(B) | 79.62º | 0.68% | 0.91% | - |
| XYZ | 49.43 | 68.6 | 17.11 | - |
| YUV | 199.33 | 57.27 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 233 | 74 | 0.22 | 0 | 0.68 | 0.09 | 79.62 | 0.78 | 0.6 |
| Hex | B5 | E9 | 4A | 16 | 0 | 44 | 9 | 50 | 4E | 3C |
| Octal | 265 | 351 | 112 | 26 | 0 | 104 | 11 | 120 | 116 | 74 |
| Binary | 10110101 | 11101001 | 1001010 | 10110 | 0 | 1000100 | 1001 | 1010000 | 1001110 | 111100 |
Color Harmonies of #B5E94A
Complementary color
Monochromatic Colors of #B5E94A
Black with #B5E94A
Text Example
Text Example
White with #B5E94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E94A; }
p { color: rgb(181,233,74); }
H1.HeaderClassName
{
color: #B5E94A;
}
.AnyTagClassName
{
color: #B5E94A;
}
</style>
background-color css
<style>
a { background-color: #B5E94A; }
a { background-color: rgb(181,233,74); }
div.DivClassName
{
background-color: #B5E94A;
}
.BgClassName
{
background-color: #B5E94A;
}
</style>
border-color css
<style>
span { border-color: #B5E94A; }
span { border-color: rgb(181,233,74); }
td.TdClassName
{
border-color: #B5E94A;
}
.TagClassName
{
border-color: #B5E94A;
}
</style>