#B1FF5E

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

Shades of Conifer #B1FF5E

Tints of Conifer #B1FF5E

Color information

#B1FF5E (or 0xB1FF5E) is unknown color: approx Conifer. HEX triplet: B1, FF and 5E. RGB value is (177,255,94). Sum of RGB (Red+Green+Blue) = 177+255+94=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FF5E is #4E00A1. Grayscale: #D5D5D5. Windows color (decimal): -5111970 or 6225841. OLE color: 6225841.

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

Color convert

RGB17725594-
CMYK0.3100.630
HSL89.07º100%68.43%-
HSV(B)89.07º63.14%100%-
XYZ55.9181.6823.41-
YUV213.3260.66102.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.65%
GREEN value IS 255 (100% from 255) = 48.48%
BLUE value IS 94 (37.11% from 255) = 17.87%
R=33.65%
G=48.48%
B=17.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal177255940.3100.63089.0710068.43
HexB1FF5E1F03F0596444
Octal261377136370770131144104
Binary101100011111111110111101111101111110101100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FF5E; }

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

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

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

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

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

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

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

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