#B1FF55

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

Shades of Conifer #B1FF55

Tints of Conifer #B1FF55

Color information

#B1FF55 (or 0xB1FF55) is unknown color: approx Conifer. HEX triplet: B1, FF and 55. RGB value is (177,255,85). Sum of RGB (Red+Green+Blue) = 177+255+85=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FF55 is #4E00AA. Grayscale: #D4D4D4. Windows color (decimal): -5111979 or 5636017. OLE color: 5636017.

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

Color convert

RGB17725585-
CMYK0.3100.670
HSL87.53º100%66.67%-
HSV(B)87.53º66.67%100%-
XYZ55.5381.5221.4-
YUV212.356.16102.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.24%
GREEN value IS 255 (100% from 255) = 49.32%
BLUE value IS 85 (33.59% from 255) = 16.44%
R=34.24%
G=49.32%
B=16.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal177255850.3100.67087.5310066.67
HexB1FF551F0430586443
Octal2613771253701030130144103
Binary1011000111111111101010111111010000110101100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FF55; }

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

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

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

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

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

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

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

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