Shades of Conifer #B3D24A
Tints of Conifer #B3D24A
RGB
CMYK
RGB Variations
Color information
#B3D24A (or 0xB3D24A) is known color: Conifer. HEX triplet: B3, D2 and 4A. RGB value is (179,210,74). Sum of RGB (Red+Green+Blue) = 179+210+74=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3D24A is #4C2DB5. Grayscale: #B9B9B9. Windows color (decimal): -4992438 or 4903603. OLE color: 4903603.
HSL color Cylindrical-coordinate representation of color #B3D24A: hue angle of 73.68º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3D24A is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 210 | 74 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.18 |
| HSL | 73.68º | 0.6% | 0.56% | - |
| HSV(B) | 73.68º | 0.65% | 0.82% | - |
| XYZ | 42.87 | 56.17 | 15.06 | - |
| YUV | 185.23 | 65.23 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 210 | 74 | 0.15 | 0 | 0.65 | 0.18 | 73.68 | 0.6 | 0.56 |
| Hex | B3 | D2 | 4A | F | 0 | 41 | 12 | 4A | 3C | 38 |
| Octal | 263 | 322 | 112 | 17 | 0 | 101 | 22 | 112 | 74 | 70 |
| Binary | 10110011 | 11010010 | 1001010 | 1111 | 0 | 1000001 | 10010 | 1001010 | 111100 | 111000 |
Color Harmonies of #B3D24A
Complementary color
Monochromatic Colors of #B3D24A
Black with #B3D24A
Text Example
Text Example
White with #B3D24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D24A; }
p { color: rgb(179,210,74); }
H1.HeaderClassName
{
color: #B3D24A;
}
.AnyTagClassName
{
color: #B3D24A;
}
</style>
background-color css
<style>
a { background-color: #B3D24A; }
a { background-color: rgb(179,210,74); }
div.DivClassName
{
background-color: #B3D24A;
}
.BgClassName
{
background-color: #B3D24A;
}
</style>
border-color css
<style>
span { border-color: #B3D24A; }
span { border-color: rgb(179,210,74); }
td.TdClassName
{
border-color: #B3D24A;
}
.TagClassName
{
border-color: #B3D24A;
}
</style>