Shades of Conifer #B7ED41
Tints of Conifer #B7ED41
RGB
CMYK
RGB Variations
Color information
#B7ED41 (or 0xB7ED41) is known color: Conifer. HEX triplet: B7, ED and 41. RGB value is (183,237,65). Sum of RGB (Red+Green+Blue) = 183+237+65=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #B7ED41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B7ED41 is #4812BE. Grayscale: #C9C9C9. Windows color (decimal): -4723391 or 4320695. OLE color: 4320695.
HSL color Cylindrical-coordinate representation of color #B7ED41: hue angle of 78.84º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7ED41 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 237 | 65 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.07 |
| HSL | 78.84º | 0.83% | 0.59% | - |
| HSV(B) | 78.84º | 0.73% | 0.93% | - |
| XYZ | 50.77 | 71.02 | 16.03 | - |
| YUV | 201.25 | 51.11 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 237 | 65 | 0.23 | 0 | 0.73 | 0.07 | 78.84 | 0.83 | 0.59 |
| Hex | B7 | ED | 41 | 17 | 0 | 49 | 7 | 4F | 53 | 3B |
| Octal | 267 | 355 | 101 | 27 | 0 | 111 | 7 | 117 | 123 | 73 |
| Binary | 10110111 | 11101101 | 1000001 | 10111 | 0 | 1001001 | 111 | 1001111 | 1010011 | 111011 |
Color Harmonies of #B7ED41
Complementary color
Monochromatic Colors of #B7ED41
Black with #B7ED41
Text Example
Text Example
White with #B7ED41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ED41; }
p { color: rgb(183,237,65); }
H1.HeaderClassName
{
color: #B7ED41;
}
.AnyTagClassName
{
color: #B7ED41;
}
</style>
background-color css
<style>
a { background-color: #B7ED41; }
a { background-color: rgb(183,237,65); }
div.DivClassName
{
background-color: #B7ED41;
}
.BgClassName
{
background-color: #B7ED41;
}
</style>
border-color css
<style>
span { border-color: #B7ED41; }
span { border-color: rgb(183,237,65); }
td.TdClassName
{
border-color: #B7ED41;
}
.TagClassName
{
border-color: #B7ED41;
}
</style>