Shades of Conifer #B2D54E
Tints of Conifer #B2D54E
RGB
CMYK
RGB Variations
Color information
#B2D54E (or 0xB2D54E) is known color: Conifer. HEX triplet: B2, D5 and 4E. RGB value is (178,213,78). Sum of RGB (Red+Green+Blue) = 178+213+78=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D54E is #4D2AB1. Grayscale: #BBBBBB. Windows color (decimal): -5057202 or 5166514. OLE color: 5166514.
HSL color Cylindrical-coordinate representation of color #B2D54E: hue angle of 75.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2D54E is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 78 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.16 |
| HSL | 75.56º | 0.62% | 0.57% | - |
| HSV(B) | 75.56º | 0.63% | 0.84% | - |
| XYZ | 43.53 | 57.6 | 16.03 | - |
| YUV | 187.15 | 66.4 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 78 | 0.16 | 0 | 0.63 | 0.16 | 75.56 | 0.62 | 0.57 |
| Hex | B2 | D5 | 4E | 10 | 0 | 3F | 10 | 4C | 3E | 39 |
| Octal | 262 | 325 | 116 | 20 | 0 | 77 | 20 | 114 | 76 | 71 |
| Binary | 10110010 | 11010101 | 1001110 | 10000 | 0 | 111111 | 10000 | 1001100 | 111110 | 111001 |
Color Harmonies of #B2D54E
Complementary color
Monochromatic Colors of #B2D54E
Black with #B2D54E
Text Example
Text Example
White with #B2D54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D54E; }
p { color: rgb(178,213,78); }
H1.HeaderClassName
{
color: #B2D54E;
}
.AnyTagClassName
{
color: #B2D54E;
}
</style>
background-color css
<style>
a { background-color: #B2D54E; }
a { background-color: rgb(178,213,78); }
div.DivClassName
{
background-color: #B2D54E;
}
.BgClassName
{
background-color: #B2D54E;
}
</style>
border-color css
<style>
span { border-color: #B2D54E; }
span { border-color: rgb(178,213,78); }
td.TdClassName
{
border-color: #B2D54E;
}
.TagClassName
{
border-color: #B2D54E;
}
</style>