#b3f249

Color #B3F249 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B3F249

Tints of Conifer #B3F249

Color information

#B3F249 (or 0xB3F249) is unknown color: approx Conifer. HEX triplet: B3, F2 and 49. RGB value is (179,242,73). Sum of RGB (Red+Green+Blue) = 179+242+73=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 73 (28.91% from 255 or 14.78% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #B3F249 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3F249 is #4C0DB6. Grayscale: #CCCCCC. Windows color (decimal): -4984247 or 4846259. OLE color: 4846259.

HSL color Cylindrical-coordinate representation of color #B3F249: hue angle of 82.37º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3F249 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB17924273-
CMYK0.2600.700.05
HSL82.37º86.67%61.76%-
HSV(B)82.37º69.83%94.9%-
XYZ51.5573.5717.79-
YUV203.954.13110.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 36.23%
GREEN value IS 242 (94.92% from 255) = 48.99%
BLUE value IS 73 (28.91% from 255) = 14.78%
R=36.23%
G=48.99%
B=14.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal179242730.2600.700.0582.3786.6761.76
HexB3F2491A046552573e
Octal263362111320106512212776
Binary10110011111100101001001110100100011010110100101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3f249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3f249; }

 p { color: rgb(179,242,73); }

 H1.HeaderClassName
 {
   color: #b3f249;
 }
 .AnyTagClassName
 {
   color: #b3f249;
 }
</style>
background-color css

<style>
 a { background-color: #b3f249; }

 a { background-color: rgb(179,242,73); }

 div.DivClassName
 {
   background-color: #b3f249;
 }
 .BgClassName
 {
   background-color: #b3f249;
 }
</style>
border-color css

<style>
 span { border-color: #b3f249; }

 span { border-color: rgb(179,242,73); }

 td.TdClassName
 {
   border-color: #b3f249;
 }
 .TagClassName
 {
   border-color: #b3f249;
 }
</style>