Shades of Conifer #B7DE4A
Tints of Conifer #B7DE4A
RGB
CMYK
RGB Variations
Color information
#B7DE4A (or 0xB7DE4A) is known color: Conifer. HEX triplet: B7, DE and 4A. RGB value is (183,222,74). Sum of RGB (Red+Green+Blue) = 183+222+74=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DE4A is #4821B5. Grayscale: #C2C2C2. Windows color (decimal): -4727222 or 4906679. OLE color: 4906679.
HSL color Cylindrical-coordinate representation of color #B7DE4A: hue angle of 75.81º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7DE4A is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 222 | 74 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.13 |
| HSL | 75.81º | 0.69% | 0.58% | - |
| HSV(B) | 75.81º | 0.67% | 0.87% | - |
| XYZ | 46.89 | 62.8 | 16.13 | - |
| YUV | 193.47 | 60.58 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 222 | 74 | 0.18 | 0 | 0.67 | 0.13 | 75.81 | 0.69 | 0.58 |
| Hex | B7 | DE | 4A | 12 | 0 | 43 | D | 4C | 45 | 3A |
| Octal | 267 | 336 | 112 | 22 | 0 | 103 | 15 | 114 | 105 | 72 |
| Binary | 10110111 | 11011110 | 1001010 | 10010 | 0 | 1000011 | 1101 | 1001100 | 1000101 | 111010 |
Color Harmonies of #B7DE4A
Complementary color
Monochromatic Colors of #B7DE4A
Black with #B7DE4A
Text Example
Text Example
White with #B7DE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DE4A; }
p { color: rgb(183,222,74); }
H1.HeaderClassName
{
color: #B7DE4A;
}
.AnyTagClassName
{
color: #B7DE4A;
}
</style>
background-color css
<style>
a { background-color: #B7DE4A; }
a { background-color: rgb(183,222,74); }
div.DivClassName
{
background-color: #B7DE4A;
}
.BgClassName
{
background-color: #B7DE4A;
}
</style>
border-color css
<style>
span { border-color: #B7DE4A; }
span { border-color: rgb(183,222,74); }
td.TdClassName
{
border-color: #B7DE4A;
}
.TagClassName
{
border-color: #B7DE4A;
}
</style>