Shades of Conifer #B3F94C
Tints of Conifer #B3F94C
RGB
CMYK
RGB Variations
Color information
#B3F94C (or 0xB3F94C) is known color: Conifer. HEX triplet: B3, F9 and 4C. RGB value is (179,249,76). Sum of RGB (Red+Green+Blue) = 179+249+76=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3F94C is #4C06B3. Grayscale: #D0D0D0. Windows color (decimal): -4982452 or 5044659. OLE color: 5044659.
HSL color Cylindrical-coordinate representation of color #B3F94C: hue angle of 84.28º degrees, saturation: 0.94, 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 #B3F94C is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 249 | 76 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.02 |
| HSL | 84.28º | 0.94% | 0.64% | - |
| HSV(B) | 84.28º | 0.69% | 0.98% | - |
| XYZ | 53.77 | 77.86 | 19.03 | - |
| YUV | 208.35 | 53.31 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 249 | 76 | 0.28 | 0 | 0.69 | 0.02 | 84.28 | 0.94 | 0.64 |
| Hex | B3 | F9 | 4C | 1C | 0 | 45 | 2 | 54 | 5E | 40 |
| Octal | 263 | 371 | 114 | 34 | 0 | 105 | 2 | 124 | 136 | 100 |
| Binary | 10110011 | 11111001 | 1001100 | 11100 | 0 | 1000101 | 10 | 1010100 | 1011110 | 1000000 |
Color Harmonies of #B3F94C
Complementary color
Monochromatic Colors of #B3F94C
Black with #B3F94C
Text Example
Text Example
White with #B3F94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F94C; }
p { color: rgb(179,249,76); }
H1.HeaderClassName
{
color: #B3F94C;
}
.AnyTagClassName
{
color: #B3F94C;
}
</style>
background-color css
<style>
a { background-color: #B3F94C; }
a { background-color: rgb(179,249,76); }
div.DivClassName
{
background-color: #B3F94C;
}
.BgClassName
{
background-color: #B3F94C;
}
</style>
border-color css
<style>
span { border-color: #B3F94C; }
span { border-color: rgb(179,249,76); }
td.TdClassName
{
border-color: #B3F94C;
}
.TagClassName
{
border-color: #B3F94C;
}
</style>