Shades of Conifer #B2D455
Tints of Conifer #B2D455
RGB
CMYK
RGB Variations
Color information
#B2D455 (or 0xB2D455) is known color: Conifer. HEX triplet: B2, D4 and 55. RGB value is (178,212,85). Sum of RGB (Red+Green+Blue) = 178+212+85=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D455 is #4D2BAA. Grayscale: #BBBBBB. Windows color (decimal): -5057451 or 5625010. OLE color: 5625010.
HSL color Cylindrical-coordinate representation of color #B2D455: hue angle of 76.06º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2D455 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 212 | 85 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.17 |
| HSL | 76.06º | 0.6% | 0.58% | - |
| HSV(B) | 76.06º | 0.6% | 0.83% | - |
| XYZ | 43.54 | 57.21 | 17.34 | - |
| YUV | 187.36 | 70.24 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 212 | 85 | 0.16 | 0 | 0.60 | 0.17 | 76.06 | 0.6 | 0.58 |
| Hex | B2 | D4 | 55 | 10 | 0 | 3C | 11 | 4C | 3C | 3A |
| Octal | 262 | 324 | 125 | 20 | 0 | 74 | 21 | 114 | 74 | 72 |
| Binary | 10110010 | 11010100 | 1010101 | 10000 | 0 | 111100 | 10001 | 1001100 | 111100 | 111010 |
Color Harmonies of #B2D455
Complementary color
Monochromatic Colors of #B2D455
Black with #B2D455
Text Example
Text Example
White with #B2D455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D455; }
p { color: rgb(178,212,85); }
H1.HeaderClassName
{
color: #B2D455;
}
.AnyTagClassName
{
color: #B2D455;
}
</style>
background-color css
<style>
a { background-color: #B2D455; }
a { background-color: rgb(178,212,85); }
div.DivClassName
{
background-color: #B2D455;
}
.BgClassName
{
background-color: #B2D455;
}
</style>
border-color css
<style>
span { border-color: #B2D455; }
span { border-color: rgb(178,212,85); }
td.TdClassName
{
border-color: #B2D455;
}
.TagClassName
{
border-color: #B2D455;
}
</style>