Shades of Conifer #B7ED5E
Tints of Conifer #B7ED5E
RGB
CMYK
RGB Variations
Color information
#B7ED5E (or 0xB7ED5E) is known color: Conifer. HEX triplet: B7, ED and 5E. RGB value is (183,237,94). Sum of RGB (Red+Green+Blue) = 183+237+94=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #B7ED5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7ED5E is #4812A1. Grayscale: #CDCDCD. Windows color (decimal): -4723362 or 6221239. OLE color: 6221239.
HSL color Cylindrical-coordinate representation of color #B7ED5E: hue angle of 82.66º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7ED5E is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
RGB | 183 | 237 | 94 | - |
CMYK | 0.23 | 0 | 0.60 | 0.07 |
HSL | 82.66º | 0.8% | 0.65% | - |
HSV(B) | 82.66º | 0.6% | 0.93% | - |
XYZ | 51.83 | 71.44 | 21.65 | - |
YUV | 204.55 | 65.61 | 112.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 237 | 94 | 0.23 | 0 | 0.60 | 0.07 | 82.66 | 0.8 | 0.65 |
Hex | B7 | ED | 5E | 17 | 0 | 3C | 7 | 53 | 50 | 41 |
Octal | 267 | 355 | 136 | 27 | 0 | 74 | 7 | 123 | 120 | 101 |
Binary | 10110111 | 11101101 | 1011110 | 10111 | 0 | 111100 | 111 | 1010011 | 1010000 | 1000001 |
Color Harmonies of #B7ED5E
Complementary color
Monochromatic Colors of #B7ED5E
Black with #B7ED5E
Text Example
Text Example
White with #B7ED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ED5E; }
p { color: rgb(183,237,94); }
H1.HeaderClassName
{
color: #B7ED5E;
}
.AnyTagClassName
{
color: #B7ED5E;
}
</style>
background-color css
<style>
a { background-color: #B7ED5E; }
a { background-color: rgb(183,237,94); }
div.DivClassName
{
background-color: #B7ED5E;
}
.BgClassName
{
background-color: #B7ED5E;
}
</style>
border-color css
<style>
span { border-color: #B7ED5E; }
span { border-color: rgb(183,237,94); }
td.TdClassName
{
border-color: #B7ED5E;
}
.TagClassName
{
border-color: #B7ED5E;
}
</style>