#B1F85E

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

Shades of Conifer #B1F85E

Tints of Conifer #B1F85E

Color information

#B1F85E (or 0xB1F85E) is unknown color: approx Conifer. HEX triplet: B1, F8 and 5E. RGB value is (177,248,94). Sum of RGB (Red+Green+Blue) = 177+248+94=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F85E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F85E is #4E07A1. Grayscale: #D1D1D1. Windows color (decimal): -5113762 or 6224049. OLE color: 6224049.

HSL color Cylindrical-coordinate representation of color #B1F85E: hue angle of 87.66º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1F85E is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB17724894-
CMYK0.2900.620.03
HSL87.66º91.67%67.06%-
HSV(B)87.66º62.1%97.25%-
XYZ53.7277.2922.68-
YUV209.2262.98105.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.10%
GREEN value IS 248 (97.27% from 255) = 47.78%
BLUE value IS 94 (37.11% from 255) = 18.11%
R=34.10%
G=47.78%
B=18.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal177248940.2900.620.0387.6691.6767.06
HexB1F85E1D03E3585c43
Octal261370136350763130134103
Binary1011000111111000101111011101011111011101100010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F85E; }

 p { color: rgb(177,248,94); }

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

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

 a { background-color: rgb(177,248,94); }

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

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

 span { border-color: rgb(177,248,94); }

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