Shades of Conifer #B4DF5B
Tints of Conifer #B4DF5B
RGB
CMYK
RGB Variations
Color information
#B4DF5B (or 0xB4DF5B) is known color: Conifer. HEX triplet: B4, DF and 5B. RGB value is (180,223,91). Sum of RGB (Red+Green+Blue) = 180+223+91=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DF5B is #4B20A4. Grayscale: #C3C3C3. Windows color (decimal): -4923557 or 6021044. OLE color: 6021044.
HSL color Cylindrical-coordinate representation of color #B4DF5B: hue angle of 79.55º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4DF5B is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 223 | 91 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.13 |
| HSL | 79.55º | 0.67% | 0.62% | - |
| HSV(B) | 79.55º | 0.59% | 0.87% | - |
| XYZ | 47.1 | 63.23 | 19.62 | - |
| YUV | 195.1 | 69.25 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 223 | 91 | 0.19 | 0 | 0.59 | 0.13 | 79.55 | 0.67 | 0.62 |
| Hex | B4 | DF | 5B | 13 | 0 | 3B | D | 50 | 43 | 3E |
| Octal | 264 | 337 | 133 | 23 | 0 | 73 | 15 | 120 | 103 | 76 |
| Binary | 10110100 | 11011111 | 1011011 | 10011 | 0 | 111011 | 1101 | 1010000 | 1000011 | 111110 |
Color Harmonies of #B4DF5B
Complementary color
Monochromatic Colors of #B4DF5B
Black with #B4DF5B
Text Example
Text Example
White with #B4DF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DF5B; }
p { color: rgb(180,223,91); }
H1.HeaderClassName
{
color: #B4DF5B;
}
.AnyTagClassName
{
color: #B4DF5B;
}
</style>
background-color css
<style>
a { background-color: #B4DF5B; }
a { background-color: rgb(180,223,91); }
div.DivClassName
{
background-color: #B4DF5B;
}
.BgClassName
{
background-color: #B4DF5B;
}
</style>
border-color css
<style>
span { border-color: #B4DF5B; }
span { border-color: rgb(180,223,91); }
td.TdClassName
{
border-color: #B4DF5B;
}
.TagClassName
{
border-color: #B4DF5B;
}
</style>