Shades of Conifer #B3DF4A
Tints of Conifer #B3DF4A
RGB
CMYK
RGB Variations
Color information
#B3DF4A (or 0xB3DF4A) is known color: Conifer. HEX triplet: B3, DF and 4A. RGB value is (179,223,74). Sum of RGB (Red+Green+Blue) = 179+223+74=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3DF4A is #4C20B5. Grayscale: #C1C1C1. Windows color (decimal): -4989110 or 4906931. OLE color: 4906931.
HSL color Cylindrical-coordinate representation of color #B3DF4A: hue angle of 77.72º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B3DF4A is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 223 | 74 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.13 |
| HSL | 77.72º | 0.7% | 0.58% | - |
| HSV(B) | 77.72º | 0.67% | 0.87% | - |
| XYZ | 46.21 | 62.85 | 16.17 | - |
| YUV | 192.86 | 60.92 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 223 | 74 | 0.20 | 0 | 0.67 | 0.13 | 77.72 | 0.7 | 0.58 |
| Hex | B3 | DF | 4A | 14 | 0 | 43 | D | 4E | 46 | 3A |
| Octal | 263 | 337 | 112 | 24 | 0 | 103 | 15 | 116 | 106 | 72 |
| Binary | 10110011 | 11011111 | 1001010 | 10100 | 0 | 1000011 | 1101 | 1001110 | 1000110 | 111010 |
Color Harmonies of #B3DF4A
Complementary color
Monochromatic Colors of #B3DF4A
Black with #B3DF4A
Text Example
Text Example
White with #B3DF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DF4A; }
p { color: rgb(179,223,74); }
H1.HeaderClassName
{
color: #B3DF4A;
}
.AnyTagClassName
{
color: #B3DF4A;
}
</style>
background-color css
<style>
a { background-color: #B3DF4A; }
a { background-color: rgb(179,223,74); }
div.DivClassName
{
background-color: #B3DF4A;
}
.BgClassName
{
background-color: #B3DF4A;
}
</style>
border-color css
<style>
span { border-color: #B3DF4A; }
span { border-color: rgb(179,223,74); }
td.TdClassName
{
border-color: #B3DF4A;
}
.TagClassName
{
border-color: #B3DF4A;
}
</style>