Shades of Conifer #B5DA5C
Tints of Conifer #B5DA5C
RGB
CMYK
RGB Variations
Color information
#B5DA5C (or 0xB5DA5C) is known color: Conifer. HEX triplet: B5, DA and 5C. RGB value is (181,218,92). Sum of RGB (Red+Green+Blue) = 181+218+92=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DA5C is #4A25A3. Grayscale: #C1C1C1. Windows color (decimal): -4859300 or 6085301. OLE color: 6085301.
HSL color Cylindrical-coordinate representation of color #B5DA5C: hue angle of 77.62º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5DA5C is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 218 | 92 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.15 |
| HSL | 77.62º | 0.63% | 0.61% | - |
| HSV(B) | 77.62º | 0.58% | 0.85% | - |
| XYZ | 46.06 | 60.74 | 19.42 | - |
| YUV | 192.57 | 71.24 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 218 | 92 | 0.17 | 0 | 0.58 | 0.15 | 77.62 | 0.63 | 0.61 |
| Hex | B5 | DA | 5C | 11 | 0 | 3A | F | 4E | 3F | 3D |
| Octal | 265 | 332 | 134 | 21 | 0 | 72 | 17 | 116 | 77 | 75 |
| Binary | 10110101 | 11011010 | 1011100 | 10001 | 0 | 111010 | 1111 | 1001110 | 111111 | 111101 |
Color Harmonies of #B5DA5C
Complementary color
Monochromatic Colors of #B5DA5C
Black with #B5DA5C
Text Example
Text Example
White with #B5DA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DA5C; }
p { color: rgb(181,218,92); }
H1.HeaderClassName
{
color: #B5DA5C;
}
.AnyTagClassName
{
color: #B5DA5C;
}
</style>
background-color css
<style>
a { background-color: #B5DA5C; }
a { background-color: rgb(181,218,92); }
div.DivClassName
{
background-color: #B5DA5C;
}
.BgClassName
{
background-color: #B5DA5C;
}
</style>
border-color css
<style>
span { border-color: #B5DA5C; }
span { border-color: rgb(181,218,92); }
td.TdClassName
{
border-color: #B5DA5C;
}
.TagClassName
{
border-color: #B5DA5C;
}
</style>