#B1F55F

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

Shades of Conifer #B1F55F

Tints of Conifer #B1F55F

Color information

#B1F55F (or 0xB1F55F) is unknown color: approx Conifer. HEX triplet: B1, F5 and 5F. RGB value is (177,245,95). Sum of RGB (Red+Green+Blue) = 177+245+95=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #B1F55F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F55F is #4E0AA0. Grayscale: #D0D0D0. Windows color (decimal): -5114529 or 6288817. OLE color: 6288817.

HSL color Cylindrical-coordinate representation of color #B1F55F: hue angle of 87.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1F55F is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB17724595-
CMYK0.2800.610.04
HSL87.2º88.24%66.67%-
HSV(B)87.2º61.22%96.08%-
XYZ52.8575.4822.61-
YUV207.5764.47106.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.24%
GREEN value IS 245 (96.09% from 255) = 47.39%
BLUE value IS 95 (37.5% from 255) = 18.38%
R=34.24%
G=47.39%
B=18.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal177245950.2800.610.0487.288.2466.67
HexB1F55F1C03D4575843
Octal261365137340754127130103
Binary10110001111101011011111111000111101100101011110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F55F; }

 p { color: rgb(177,245,95); }

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

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

 a { background-color: rgb(177,245,95); }

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

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

 span { border-color: rgb(177,245,95); }

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