Shades of Conifer #B7DA41
Tints of Conifer #B7DA41
RGB
CMYK
RGB Variations
Color information
#B7DA41 (or 0xB7DA41) is known color: Conifer. HEX triplet: B7, DA and 41. RGB value is (183,218,65). Sum of RGB (Red+Green+Blue) = 183+218+65=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DA41 is #4825BE. Grayscale: #BEBEBE. Windows color (decimal): -4728255 or 4315831. OLE color: 4315831.
HSL color Cylindrical-coordinate representation of color #B7DA41: hue angle of 73.73º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7DA41 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 218 | 65 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.15 |
| HSL | 73.73º | 0.67% | 0.55% | - |
| HSV(B) | 73.73º | 0.7% | 0.85% | - |
| XYZ | 45.55 | 60.59 | 14.3 | - |
| YUV | 190.09 | 57.4 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 218 | 65 | 0.16 | 0 | 0.70 | 0.15 | 73.73 | 0.67 | 0.55 |
| Hex | B7 | DA | 41 | 10 | 0 | 46 | F | 4A | 43 | 37 |
| Octal | 267 | 332 | 101 | 20 | 0 | 106 | 17 | 112 | 103 | 67 |
| Binary | 10110111 | 11011010 | 1000001 | 10000 | 0 | 1000110 | 1111 | 1001010 | 1000011 | 110111 |
Color Harmonies of #B7DA41
Complementary color
Monochromatic Colors of #B7DA41
Black with #B7DA41
Text Example
Text Example
White with #B7DA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DA41; }
p { color: rgb(183,218,65); }
H1.HeaderClassName
{
color: #B7DA41;
}
.AnyTagClassName
{
color: #B7DA41;
}
</style>
background-color css
<style>
a { background-color: #B7DA41; }
a { background-color: rgb(183,218,65); }
div.DivClassName
{
background-color: #B7DA41;
}
.BgClassName
{
background-color: #B7DA41;
}
</style>
border-color css
<style>
span { border-color: #B7DA41; }
span { border-color: rgb(183,218,65); }
td.TdClassName
{
border-color: #B7DA41;
}
.TagClassName
{
border-color: #B7DA41;
}
</style>