Shades of Conifer #B7ED5A
Tints of Conifer #B7ED5A
RGB
CMYK
RGB Variations
Color information
#B7ED5A (or 0xB7ED5A) is known color: Conifer. HEX triplet: B7, ED and 5A. RGB value is (183,237,90). Sum of RGB (Red+Green+Blue) = 183+237+90=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #B7ED5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7ED5A is #4812A5. Grayscale: #CCCCCC. Windows color (decimal): -4723366 or 5959095. OLE color: 5959095.
HSL color Cylindrical-coordinate representation of color #B7ED5A: hue angle of 82.04º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7ED5A is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 237 | 90 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.07 |
| HSL | 82.04º | 0.8% | 0.64% | - |
| HSV(B) | 82.04º | 0.62% | 0.93% | - |
| XYZ | 51.66 | 71.37 | 20.73 | - |
| YUV | 204.1 | 63.61 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 237 | 90 | 0.23 | 0 | 0.62 | 0.07 | 82.04 | 0.8 | 0.64 |
| Hex | B7 | ED | 5A | 17 | 0 | 3E | 7 | 52 | 50 | 40 |
| Octal | 267 | 355 | 132 | 27 | 0 | 76 | 7 | 122 | 120 | 100 |
| Binary | 10110111 | 11101101 | 1011010 | 10111 | 0 | 111110 | 111 | 1010010 | 1010000 | 1000000 |
Color Harmonies of #B7ED5A
Complementary color
Monochromatic Colors of #B7ED5A
Black with #B7ED5A
Text Example
Text Example
White with #B7ED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ED5A; }
p { color: rgb(183,237,90); }
H1.HeaderClassName
{
color: #B7ED5A;
}
.AnyTagClassName
{
color: #B7ED5A;
}
</style>
background-color css
<style>
a { background-color: #B7ED5A; }
a { background-color: rgb(183,237,90); }
div.DivClassName
{
background-color: #B7ED5A;
}
.BgClassName
{
background-color: #B7ED5A;
}
</style>
border-color css
<style>
span { border-color: #B7ED5A; }
span { border-color: rgb(183,237,90); }
td.TdClassName
{
border-color: #B7ED5A;
}
.TagClassName
{
border-color: #B7ED5A;
}
</style>