Shades of Conifer #B5D753
Tints of Conifer #B5D753
RGB
CMYK
RGB Variations
Color information
#B5D753 (or 0xB5D753) is known color: Conifer. HEX triplet: B5, D7 and 53. RGB value is (181,215,83). Sum of RGB (Red+Green+Blue) = 181+215+83=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D753 is #4A28AC. Grayscale: #BEBEBE. Windows color (decimal): -4860077 or 5494709. OLE color: 5494709.
HSL color Cylindrical-coordinate representation of color #B5D753: hue angle of 75.45º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5D753 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 215 | 83 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.16 |
| HSL | 75.45º | 0.62% | 0.58% | - |
| HSV(B) | 75.45º | 0.61% | 0.84% | - |
| XYZ | 44.92 | 59.05 | 17.21 | - |
| YUV | 189.79 | 67.74 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 83 | 0.16 | 0 | 0.61 | 0.16 | 75.45 | 0.62 | 0.58 |
| Hex | B5 | D7 | 53 | 10 | 0 | 3D | 10 | 4B | 3E | 3A |
| Octal | 265 | 327 | 123 | 20 | 0 | 75 | 20 | 113 | 76 | 72 |
| Binary | 10110101 | 11010111 | 1010011 | 10000 | 0 | 111101 | 10000 | 1001011 | 111110 | 111010 |
Color Harmonies of #B5D753
Complementary color
Monochromatic Colors of #B5D753
Black with #B5D753
Text Example
Text Example
White with #B5D753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D753; }
p { color: rgb(181,215,83); }
H1.HeaderClassName
{
color: #B5D753;
}
.AnyTagClassName
{
color: #B5D753;
}
</style>
background-color css
<style>
a { background-color: #B5D753; }
a { background-color: rgb(181,215,83); }
div.DivClassName
{
background-color: #B5D753;
}
.BgClassName
{
background-color: #B5D753;
}
</style>
border-color css
<style>
span { border-color: #B5D753; }
span { border-color: rgb(181,215,83); }
td.TdClassName
{
border-color: #B5D753;
}
.TagClassName
{
border-color: #B5D753;
}
</style>