#B1FC5D

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

Shades of Conifer #B1FC5D

Tints of Conifer #B1FC5D

Color information

#B1FC5D (or 0xB1FC5D) is unknown color: approx Conifer. HEX triplet: B1, FC and 5D. RGB value is (177,252,93). Sum of RGB (Red+Green+Blue) = 177+252+93=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FC5D is #4E03A2. Grayscale: #D4D4D4. Windows color (decimal): -5112739 or 6159537. OLE color: 6159537.

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

Color convert

RGB17725293-
CMYK0.3000.630.01
HSL88.3º96.36%67.65%-
HSV(B)88.3º63.1%98.82%-
XYZ54.9279.7622.86-
YUV211.4561.15103.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 252 (98.83% from 255) = 48.28%
BLUE value IS 93 (36.72% from 255) = 17.82%
R=33.91%
G=48.28%
B=17.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal177252930.3000.630.0188.396.3667.65
HexB1FC5D1E03F1586044
Octal261374135360771130140104
Binary101100011111110010111011111001111111101100011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FC5D; }

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

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

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

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

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

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

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

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