Shades of Conifer #B4E94D
Tints of Conifer #B4E94D
RGB
CMYK
RGB Variations
Color information
#B4E94D (or 0xB4E94D) is known color: Conifer. HEX triplet: B4, E9 and 4D. RGB value is (180,233,77). Sum of RGB (Red+Green+Blue) = 180+233+77=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4E94D is #4B16B2. Grayscale: #C7C7C7. Windows color (decimal): -4921011 or 5106100. OLE color: 5106100.
HSL color Cylindrical-coordinate representation of color #B4E94D: hue angle of 80.38º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4E94D is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 233 | 77 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.09 |
| HSL | 80.38º | 0.78% | 0.61% | - |
| HSV(B) | 80.38º | 0.67% | 0.91% | - |
| XYZ | 49.3 | 68.52 | 17.65 | - |
| YUV | 199.37 | 58.94 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 233 | 77 | 0.23 | 0 | 0.67 | 0.09 | 80.38 | 0.78 | 0.61 |
| Hex | B4 | E9 | 4D | 17 | 0 | 43 | 9 | 50 | 4E | 3D |
| Octal | 264 | 351 | 115 | 27 | 0 | 103 | 11 | 120 | 116 | 75 |
| Binary | 10110100 | 11101001 | 1001101 | 10111 | 0 | 1000011 | 1001 | 1010000 | 1001110 | 111101 |
Color Harmonies of #B4E94D
Complementary color
Monochromatic Colors of #B4E94D
Black with #B4E94D
Text Example
Text Example
White with #B4E94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E94D; }
p { color: rgb(180,233,77); }
H1.HeaderClassName
{
color: #B4E94D;
}
.AnyTagClassName
{
color: #B4E94D;
}
</style>
background-color css
<style>
a { background-color: #B4E94D; }
a { background-color: rgb(180,233,77); }
div.DivClassName
{
background-color: #B4E94D;
}
.BgClassName
{
background-color: #B4E94D;
}
</style>
border-color css
<style>
span { border-color: #B4E94D; }
span { border-color: rgb(180,233,77); }
td.TdClassName
{
border-color: #B4E94D;
}
.TagClassName
{
border-color: #B4E94D;
}
</style>