Shades of Conifer #B4DF4D
Tints of Conifer #B4DF4D
RGB
CMYK
RGB Variations
Color information
#B4DF4D (or 0xB4DF4D) is known color: Conifer. HEX triplet: B4, DF and 4D. RGB value is (180,223,77). Sum of RGB (Red+Green+Blue) = 180+223+77=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DF4D is #4B20B2. Grayscale: #C2C2C2. Windows color (decimal): -4923571 or 5103540. OLE color: 5103540.
HSL color Cylindrical-coordinate representation of color #B4DF4D: hue angle of 77.67º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4DF4D is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 223 | 77 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.13 |
| HSL | 77.67º | 0.7% | 0.59% | - |
| HSV(B) | 77.67º | 0.65% | 0.87% | - |
| XYZ | 46.55 | 63.01 | 16.73 | - |
| YUV | 193.5 | 62.25 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 223 | 77 | 0.19 | 0 | 0.65 | 0.13 | 77.67 | 0.7 | 0.59 |
| Hex | B4 | DF | 4D | 13 | 0 | 41 | D | 4E | 46 | 3B |
| Octal | 264 | 337 | 115 | 23 | 0 | 101 | 15 | 116 | 106 | 73 |
| Binary | 10110100 | 11011111 | 1001101 | 10011 | 0 | 1000001 | 1101 | 1001110 | 1000110 | 111011 |
Color Harmonies of #B4DF4D
Complementary color
Monochromatic Colors of #B4DF4D
Black with #B4DF4D
Text Example
Text Example
White with #B4DF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DF4D; }
p { color: rgb(180,223,77); }
H1.HeaderClassName
{
color: #B4DF4D;
}
.AnyTagClassName
{
color: #B4DF4D;
}
</style>
background-color css
<style>
a { background-color: #B4DF4D; }
a { background-color: rgb(180,223,77); }
div.DivClassName
{
background-color: #B4DF4D;
}
.BgClassName
{
background-color: #B4DF4D;
}
</style>
border-color css
<style>
span { border-color: #B4DF4D; }
span { border-color: rgb(180,223,77); }
td.TdClassName
{
border-color: #B4DF4D;
}
.TagClassName
{
border-color: #B4DF4D;
}
</style>