Shades of Conifer #B2D542
Tints of Conifer #B2D542
RGB
CMYK
RGB Variations
Color information
#B2D542 (or 0xB2D542) is known color: Conifer. HEX triplet: B2, D5 and 42. RGB value is (178,213,66). Sum of RGB (Red+Green+Blue) = 178+213+66=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D542 is #4D2ABD. Grayscale: #BABABA. Windows color (decimal): -5057214 or 4380082. OLE color: 4380082.
HSL color Cylindrical-coordinate representation of color #B2D542: hue angle of 74.29º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2D542 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 66 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.16 |
| HSL | 74.29º | 0.64% | 0.55% | - |
| HSV(B) | 74.29º | 0.69% | 0.84% | - |
| XYZ | 43.14 | 57.45 | 13.97 | - |
| YUV | 185.78 | 60.4 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 66 | 0.16 | 0 | 0.69 | 0.16 | 74.29 | 0.64 | 0.55 |
| Hex | B2 | D5 | 42 | 10 | 0 | 45 | 10 | 4A | 40 | 37 |
| Octal | 262 | 325 | 102 | 20 | 0 | 105 | 20 | 112 | 100 | 67 |
| Binary | 10110010 | 11010101 | 1000010 | 10000 | 0 | 1000101 | 10000 | 1001010 | 1000000 | 110111 |
Color Harmonies of #B2D542
Complementary color
Monochromatic Colors of #B2D542
Black with #B2D542
Text Example
Text Example
White with #B2D542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D542; }
p { color: rgb(178,213,66); }
H1.HeaderClassName
{
color: #B2D542;
}
.AnyTagClassName
{
color: #B2D542;
}
</style>
background-color css
<style>
a { background-color: #B2D542; }
a { background-color: rgb(178,213,66); }
div.DivClassName
{
background-color: #B2D542;
}
.BgClassName
{
background-color: #B2D542;
}
</style>
border-color css
<style>
span { border-color: #B2D542; }
span { border-color: rgb(178,213,66); }
td.TdClassName
{
border-color: #B2D542;
}
.TagClassName
{
border-color: #B2D542;
}
</style>