Shades of Conifer #B5D93F
Tints of Conifer #B5D93F
RGB
CMYK
RGB Variations
Color information
#B5D93F (or 0xB5D93F) is known color: Conifer. HEX triplet: B5, D9 and 3F. RGB value is (181,217,63). Sum of RGB (Red+Green+Blue) = 181+217+63=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D93F is #4A26C0. Grayscale: #BDBDBD. Windows color (decimal): -4859585 or 4184501. OLE color: 4184501.
HSL color Cylindrical-coordinate representation of color #B5D93F: hue angle of 74.03º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5D93F is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 63 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.15 |
| HSL | 74.03º | 0.67% | 0.55% | - |
| HSV(B) | 74.03º | 0.71% | 0.85% | - |
| XYZ | 44.77 | 59.81 | 13.89 | - |
| YUV | 188.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 63 | 0.17 | 0 | 0.71 | 0.15 | 74.03 | 0.67 | 0.55 |
| Hex | B5 | D9 | 3F | 11 | 0 | 47 | F | 4A | 43 | 37 |
| Octal | 265 | 331 | 77 | 21 | 0 | 107 | 17 | 112 | 103 | 67 |
| Binary | 10110101 | 11011001 | 111111 | 10001 | 0 | 1000111 | 1111 | 1001010 | 1000011 | 110111 |
Color Harmonies of #B5D93F
Complementary color
Monochromatic Colors of #B5D93F
Black with #B5D93F
Text Example
Text Example
White with #B5D93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D93F; }
p { color: rgb(181,217,63); }
H1.HeaderClassName
{
color: #B5D93F;
}
.AnyTagClassName
{
color: #B5D93F;
}
</style>
background-color css
<style>
a { background-color: #B5D93F; }
a { background-color: rgb(181,217,63); }
div.DivClassName
{
background-color: #B5D93F;
}
.BgClassName
{
background-color: #B5D93F;
}
</style>
border-color css
<style>
span { border-color: #B5D93F; }
span { border-color: rgb(181,217,63); }
td.TdClassName
{
border-color: #B5D93F;
}
.TagClassName
{
border-color: #B5D93F;
}
</style>