Shades of Conifer #B2D54A
Tints of Conifer #B2D54A
RGB
CMYK
RGB Variations
Color information
#B2D54A (or 0xB2D54A) is known color: Conifer. HEX triplet: B2, D5 and 4A. RGB value is (178,213,74). Sum of RGB (Red+Green+Blue) = 178+213+74=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D54A is #4D2AB5. Grayscale: #BBBBBB. Windows color (decimal): -5057206 or 4904370. OLE color: 4904370.
HSL color Cylindrical-coordinate representation of color #B2D54A: hue angle of 75.11º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2D54A is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 74 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.16 |
| HSL | 75.11º | 0.62% | 0.56% | - |
| HSV(B) | 75.11º | 0.65% | 0.84% | - |
| XYZ | 43.39 | 57.55 | 15.3 | - |
| YUV | 186.69 | 64.4 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 74 | 0.16 | 0 | 0.65 | 0.16 | 75.11 | 0.62 | 0.56 |
| Hex | B2 | D5 | 4A | 10 | 0 | 41 | 10 | 4B | 3E | 38 |
| Octal | 262 | 325 | 112 | 20 | 0 | 101 | 20 | 113 | 76 | 70 |
| Binary | 10110010 | 11010101 | 1001010 | 10000 | 0 | 1000001 | 10000 | 1001011 | 111110 | 111000 |
Color Harmonies of #B2D54A
Complementary color
Monochromatic Colors of #B2D54A
Black with #B2D54A
Text Example
Text Example
White with #B2D54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D54A; }
p { color: rgb(178,213,74); }
H1.HeaderClassName
{
color: #B2D54A;
}
.AnyTagClassName
{
color: #B2D54A;
}
</style>
background-color css
<style>
a { background-color: #B2D54A; }
a { background-color: rgb(178,213,74); }
div.DivClassName
{
background-color: #B2D54A;
}
.BgClassName
{
background-color: #B2D54A;
}
</style>
border-color css
<style>
span { border-color: #B2D54A; }
span { border-color: rgb(178,213,74); }
td.TdClassName
{
border-color: #B2D54A;
}
.TagClassName
{
border-color: #B2D54A;
}
</style>