Shades of Conifer #B2D842
Tints of Conifer #B2D842
RGB
CMYK
RGB Variations
Color information
#B2D842 (or 0xB2D842) is known color: Conifer. HEX triplet: B2, D8 and 42. RGB value is (178,216,66). Sum of RGB (Red+Green+Blue) = 178+216+66=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D842 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D842 is #4D27BD. Grayscale: #BCBCBC. Windows color (decimal): -5056446 or 4380850. OLE color: 4380850.
HSL color Cylindrical-coordinate representation of color #B2D842: hue angle of 75.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2D842 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 66 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.15 |
| HSL | 75.2º | 0.66% | 0.55% | - |
| HSV(B) | 75.2º | 0.69% | 0.85% | - |
| XYZ | 43.9 | 58.97 | 14.22 | - |
| YUV | 187.54 | 59.41 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 66 | 0.18 | 0 | 0.69 | 0.15 | 75.2 | 0.66 | 0.55 |
| Hex | B2 | D8 | 42 | 12 | 0 | 45 | F | 4B | 42 | 37 |
| Octal | 262 | 330 | 102 | 22 | 0 | 105 | 17 | 113 | 102 | 67 |
| Binary | 10110010 | 11011000 | 1000010 | 10010 | 0 | 1000101 | 1111 | 1001011 | 1000010 | 110111 |
Color Harmonies of #B2D842
Complementary color
Monochromatic Colors of #B2D842
Black with #B2D842
Text Example
Text Example
White with #B2D842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D842; }
p { color: rgb(178,216,66); }
H1.HeaderClassName
{
color: #B2D842;
}
.AnyTagClassName
{
color: #B2D842;
}
</style>
background-color css
<style>
a { background-color: #B2D842; }
a { background-color: rgb(178,216,66); }
div.DivClassName
{
background-color: #B2D842;
}
.BgClassName
{
background-color: #B2D842;
}
</style>
border-color css
<style>
span { border-color: #B2D842; }
span { border-color: rgb(178,216,66); }
td.TdClassName
{
border-color: #B2D842;
}
.TagClassName
{
border-color: #B2D842;
}
</style>