Shades of Conifer #B7D642
Tints of Conifer #B7D642
RGB
CMYK
RGB Variations
Color information
#B7D642 (or 0xB7D642) is known color: Conifer. HEX triplet: B7, D6 and 42. RGB value is (183,214,66). Sum of RGB (Red+Green+Blue) = 183+214+66=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D642 is #4829BD. Grayscale: #BCBCBC. Windows color (decimal): -4729278 or 4380343. OLE color: 4380343.
HSL color Cylindrical-coordinate representation of color #B7D642: hue angle of 72.57º 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 #B7D642 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 66 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.16 |
| HSL | 72.57º | 0.64% | 0.55% | - |
| HSV(B) | 72.57º | 0.69% | 0.84% | - |
| XYZ | 44.56 | 58.55 | 14.11 | - |
| YUV | 187.86 | 59.23 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 66 | 0.14 | 0 | 0.69 | 0.16 | 72.57 | 0.64 | 0.55 |
| Hex | B7 | D6 | 42 | E | 0 | 45 | 10 | 49 | 40 | 37 |
| Octal | 267 | 326 | 102 | 16 | 0 | 105 | 20 | 111 | 100 | 67 |
| Binary | 10110111 | 11010110 | 1000010 | 1110 | 0 | 1000101 | 10000 | 1001001 | 1000000 | 110111 |
Color Harmonies of #B7D642
Complementary color
Monochromatic Colors of #B7D642
Black with #B7D642
Text Example
Text Example
White with #B7D642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D642; }
p { color: rgb(183,214,66); }
H1.HeaderClassName
{
color: #B7D642;
}
.AnyTagClassName
{
color: #B7D642;
}
</style>
background-color css
<style>
a { background-color: #B7D642; }
a { background-color: rgb(183,214,66); }
div.DivClassName
{
background-color: #B7D642;
}
.BgClassName
{
background-color: #B7D642;
}
</style>
border-color css
<style>
span { border-color: #B7D642; }
span { border-color: rgb(183,214,66); }
td.TdClassName
{
border-color: #B7D642;
}
.TagClassName
{
border-color: #B7D642;
}
</style>