Shades of Conifer #B3E04B
Tints of Conifer #B3E04B
RGB
CMYK
RGB Variations
Color information
#B3E04B (or 0xB3E04B) is known color: Conifer. HEX triplet: B3, E0 and 4B. RGB value is (179,224,75). Sum of RGB (Red+Green+Blue) = 179+224+75=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #B3E04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3E04B is #4C1FB4. Grayscale: #C2C2C2. Windows color (decimal): -4988853 or 4972723. OLE color: 4972723.
HSL color Cylindrical-coordinate representation of color #B3E04B: hue angle of 78.12º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B3E04B is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 224 | 75 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.12 |
| HSL | 78.12º | 0.71% | 0.59% | - |
| HSV(B) | 78.12º | 0.67% | 0.88% | - |
| XYZ | 46.52 | 63.4 | 16.44 | - |
| YUV | 193.56 | 61.09 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 224 | 75 | 0.20 | 0 | 0.67 | 0.12 | 78.12 | 0.71 | 0.59 |
| Hex | B3 | E0 | 4B | 14 | 0 | 43 | C | 4E | 47 | 3B |
| Octal | 263 | 340 | 113 | 24 | 0 | 103 | 14 | 116 | 107 | 73 |
| Binary | 10110011 | 11100000 | 1001011 | 10100 | 0 | 1000011 | 1100 | 1001110 | 1000111 | 111011 |
Color Harmonies of #B3E04B
Complementary color
Monochromatic Colors of #B3E04B
Black with #B3E04B
Text Example
Text Example
White with #B3E04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E04B; }
p { color: rgb(179,224,75); }
H1.HeaderClassName
{
color: #B3E04B;
}
.AnyTagClassName
{
color: #B3E04B;
}
</style>
background-color css
<style>
a { background-color: #B3E04B; }
a { background-color: rgb(179,224,75); }
div.DivClassName
{
background-color: #B3E04B;
}
.BgClassName
{
background-color: #B3E04B;
}
</style>
border-color css
<style>
span { border-color: #B3E04B; }
span { border-color: rgb(179,224,75); }
td.TdClassName
{
border-color: #B3E04B;
}
.TagClassName
{
border-color: #B3E04B;
}
</style>