#B1FC64

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

Shades of Conifer #B1FC64

Tints of Conifer #B1FC64

Color information

#B1FC64 (or 0xB1FC64) is unknown color: approx Conifer. HEX triplet: B1, FC and 64. RGB value is (177,252,100). Sum of RGB (Red+Green+Blue) = 177+252+100=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FC64 is #4E039B. Grayscale: #D4D4D4. Windows color (decimal): -5112732 or 6618289. OLE color: 6618289.

HSL color Cylindrical-coordinate representation of color #B1FC64: hue angle of 89.61º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1FC64 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB177252100-
CMYK0.3000.600.01
HSL89.61º96.2%69.02%-
HSV(B)89.61º60.32%98.82%-
XYZ55.2479.8924.56-
YUV212.2564.65102.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.46%
GREEN value IS 252 (98.83% from 255) = 47.64%
BLUE value IS 100 (39.45% from 255) = 18.90%
R=33.46%
G=47.64%
B=18.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772521000.3000.600.0189.6196.269.02
HexB1FC641E03C15a6045
Octal261374144360741132140105
Binary101100011111110011001001111001111001101101011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FC64; }

 p { color: rgb(177,252,100); }

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

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

 a { background-color: rgb(177,252,100); }

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

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

 span { border-color: rgb(177,252,100); }

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