#B1F346

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

Shades of Conifer #B1F346

Tints of Conifer #B1F346

Color information

#B1F346 (or 0xB1F346) is unknown color: approx Conifer. HEX triplet: B1, F3 and 46. RGB value is (177,243,70). Sum of RGB (Red+Green+Blue) = 177+243+70=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F346 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1F346 is #4E0CB9. Grayscale: #CCCCCC. Windows color (decimal): -5115066 or 4649905. OLE color: 4649905.

HSL color Cylindrical-coordinate representation of color #B1F346: hue angle of 82.89º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1F346 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB17724370-
CMYK0.2700.710.05
HSL82.89º87.82%61.37%-
HSV(B)82.89º71.19%95.29%-
XYZ51.2973.8917.35-
YUV203.5452.63109.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.12%
GREEN value IS 243 (95.31% from 255) = 49.59%
BLUE value IS 70 (27.73% from 255) = 14.29%
R=36.12%
G=49.59%
B=14.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal177243700.2700.710.0582.8987.8261.37
HexB1F3461B047553583d
Octal261363106330107512313075
Binary10110001111100111000110110110100011110110100111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F346; }

 p { color: rgb(177,243,70); }

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

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

 a { background-color: rgb(177,243,70); }

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

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

 span { border-color: rgb(177,243,70); }

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