Shades of Conifer #B5D768
Tints of Conifer #B5D768
RGB
CMYK
RGB Variations
Color information
#B5D768 (or 0xB5D768) is known color: Conifer. HEX triplet: B5, D7 and 68. RGB value is (181,215,104). Sum of RGB (Red+Green+Blue) = 181+215+104=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D768 is #4A2897. Grayscale: #C0C0C0. Windows color (decimal): -4860056 or 6870965. OLE color: 6870965.
HSL color Cylindrical-coordinate representation of color #B5D768: hue angle of 78.38º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5D768 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 215 | 104 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.16 |
| HSL | 78.38º | 0.58% | 0.63% | - |
| HSV(B) | 78.38º | 0.52% | 0.84% | - |
| XYZ | 45.86 | 59.42 | 22.15 | - |
| YUV | 192.18 | 78.24 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 104 | 0.16 | 0 | 0.52 | 0.16 | 78.38 | 0.58 | 0.63 |
| Hex | B5 | D7 | 68 | 10 | 0 | 34 | 10 | 4E | 3A | 3F |
| Octal | 265 | 327 | 150 | 20 | 0 | 64 | 20 | 116 | 72 | 77 |
| Binary | 10110101 | 11010111 | 1101000 | 10000 | 0 | 110100 | 10000 | 1001110 | 111010 | 111111 |
Color Harmonies of #B5D768
Complementary color
Monochromatic Colors of #B5D768
Black with #B5D768
Text Example
Text Example
White with #B5D768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D768; }
p { color: rgb(181,215,104); }
H1.HeaderClassName
{
color: #B5D768;
}
.AnyTagClassName
{
color: #B5D768;
}
</style>
background-color css
<style>
a { background-color: #B5D768; }
a { background-color: rgb(181,215,104); }
div.DivClassName
{
background-color: #B5D768;
}
.BgClassName
{
background-color: #B5D768;
}
</style>
border-color css
<style>
span { border-color: #B5D768; }
span { border-color: rgb(181,215,104); }
td.TdClassName
{
border-color: #B5D768;
}
.TagClassName
{
border-color: #B5D768;
}
</style>