Shades of Conifer #B5DE50
Tints of Conifer #B5DE50
RGB
CMYK
RGB Variations
Color information
#B5DE50 (or 0xB5DE50) is known color: Conifer. HEX triplet: B5, DE and 50. RGB value is (181,222,80). Sum of RGB (Red+Green+Blue) = 181+222+80=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DE50 is #4A21AF. Grayscale: #C2C2C2. Windows color (decimal): -4858288 or 5299893. OLE color: 5299893.
HSL color Cylindrical-coordinate representation of color #B5DE50: hue angle of 77.32º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5DE50 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 222 | 80 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.13 |
| HSL | 77.32º | 0.68% | 0.59% | - |
| HSV(B) | 77.32º | 0.64% | 0.87% | - |
| XYZ | 46.63 | 62.65 | 17.22 | - |
| YUV | 193.55 | 63.92 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 222 | 80 | 0.18 | 0 | 0.64 | 0.13 | 77.32 | 0.68 | 0.59 |
| Hex | B5 | DE | 50 | 12 | 0 | 40 | D | 4D | 44 | 3B |
| Octal | 265 | 336 | 120 | 22 | 0 | 100 | 15 | 115 | 104 | 73 |
| Binary | 10110101 | 11011110 | 1010000 | 10010 | 0 | 1000000 | 1101 | 1001101 | 1000100 | 111011 |
Color Harmonies of #B5DE50
Complementary color
Monochromatic Colors of #B5DE50
Black with #B5DE50
Text Example
Text Example
White with #B5DE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DE50; }
p { color: rgb(181,222,80); }
H1.HeaderClassName
{
color: #B5DE50;
}
.AnyTagClassName
{
color: #B5DE50;
}
</style>
background-color css
<style>
a { background-color: #B5DE50; }
a { background-color: rgb(181,222,80); }
div.DivClassName
{
background-color: #B5DE50;
}
.BgClassName
{
background-color: #B5DE50;
}
</style>
border-color css
<style>
span { border-color: #B5DE50; }
span { border-color: rgb(181,222,80); }
td.TdClassName
{
border-color: #B5DE50;
}
.TagClassName
{
border-color: #B5DE50;
}
</style>