Shades of Conifer #B7ED4E
Tints of Conifer #B7ED4E
RGB
CMYK
RGB Variations
Color information
#B7ED4E (or 0xB7ED4E) is known color: Conifer. HEX triplet: B7, ED and 4E. RGB value is (183,237,78). Sum of RGB (Red+Green+Blue) = 183+237+78=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #B7ED4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7ED4E is #4812B1. Grayscale: #CBCBCB. Windows color (decimal): -4723378 or 5172663. OLE color: 5172663.
HSL color Cylindrical-coordinate representation of color #B7ED4E: hue angle of 80.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7ED4E is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 237 | 78 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.07 |
| HSL | 80.38º | 0.82% | 0.62% | - |
| HSV(B) | 80.38º | 0.67% | 0.93% | - |
| XYZ | 51.19 | 71.19 | 18.25 | - |
| YUV | 202.73 | 57.61 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 237 | 78 | 0.23 | 0 | 0.67 | 0.07 | 80.38 | 0.82 | 0.62 |
| Hex | B7 | ED | 4E | 17 | 0 | 43 | 7 | 50 | 52 | 3E |
| Octal | 267 | 355 | 116 | 27 | 0 | 103 | 7 | 120 | 122 | 76 |
| Binary | 10110111 | 11101101 | 1001110 | 10111 | 0 | 1000011 | 111 | 1010000 | 1010010 | 111110 |
Color Harmonies of #B7ED4E
Complementary color
Monochromatic Colors of #B7ED4E
Black with #B7ED4E
Text Example
Text Example
White with #B7ED4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ED4E; }
p { color: rgb(183,237,78); }
H1.HeaderClassName
{
color: #B7ED4E;
}
.AnyTagClassName
{
color: #B7ED4E;
}
</style>
background-color css
<style>
a { background-color: #B7ED4E; }
a { background-color: rgb(183,237,78); }
div.DivClassName
{
background-color: #B7ED4E;
}
.BgClassName
{
background-color: #B7ED4E;
}
</style>
border-color css
<style>
span { border-color: #B7ED4E; }
span { border-color: rgb(183,237,78); }
td.TdClassName
{
border-color: #B7ED4E;
}
.TagClassName
{
border-color: #B7ED4E;
}
</style>