Shades of Conifer #B3FA4D
Tints of Conifer #B3FA4D
RGB
CMYK
RGB Variations
Color information
#B3FA4D (or 0xB3FA4D) is known color: Conifer. HEX triplet: B3, FA and 4D. RGB value is (179,250,77). Sum of RGB (Red+Green+Blue) = 179+250+77=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FA4D is #4C05B2. Grayscale: #D1D1D1. Windows color (decimal): -4982195 or 5110451. OLE color: 5110451.
HSL color Cylindrical-coordinate representation of color #B3FA4D: hue angle of 84.62º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3FA4D is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 250 | 77 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.02 |
| HSL | 84.62º | 0.95% | 0.64% | - |
| HSV(B) | 84.62º | 0.69% | 0.98% | - |
| XYZ | 54.12 | 78.49 | 19.32 | - |
| YUV | 209.05 | 53.48 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 250 | 77 | 0.28 | 0 | 0.69 | 0.02 | 84.62 | 0.95 | 0.64 |
| Hex | B3 | FA | 4D | 1C | 0 | 45 | 2 | 55 | 5F | 40 |
| Octal | 263 | 372 | 115 | 34 | 0 | 105 | 2 | 125 | 137 | 100 |
| Binary | 10110011 | 11111010 | 1001101 | 11100 | 0 | 1000101 | 10 | 1010101 | 1011111 | 1000000 |
Color Harmonies of #B3FA4D
Complementary color
Monochromatic Colors of #B3FA4D
Black with #B3FA4D
Text Example
Text Example
White with #B3FA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FA4D; }
p { color: rgb(179,250,77); }
H1.HeaderClassName
{
color: #B3FA4D;
}
.AnyTagClassName
{
color: #B3FA4D;
}
</style>
background-color css
<style>
a { background-color: #B3FA4D; }
a { background-color: rgb(179,250,77); }
div.DivClassName
{
background-color: #B3FA4D;
}
.BgClassName
{
background-color: #B3FA4D;
}
</style>
border-color css
<style>
span { border-color: #B3FA4D; }
span { border-color: rgb(179,250,77); }
td.TdClassName
{
border-color: #B3FA4D;
}
.TagClassName
{
border-color: #B3FA4D;
}
</style>