#B1FA7B

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

Shades of Sulu #B1FA7B

Tints of Sulu #B1FA7B

Color information

#B1FA7B (or 0xB1FA7B) is unknown color: approx Sulu. HEX triplet: B1, FA and 7B. RGB value is (177,250,123). Sum of RGB (Red+Green+Blue) = 177+250+123=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 123 (48.44% from 255 or 22.36% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FA7B is #4E0584. Grayscale: #D6D6D6. Windows color (decimal): -5113221 or 8125105. OLE color: 8125105.

HSL color Cylindrical-coordinate representation of color #B1FA7B: hue angle of 94.49º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1FA7B is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB177250123-
CMYK0.2900.510.02
HSL94.49º92.7%73.14%-
HSV(B)94.49º50.8%98.04%-
XYZ55.8979.1531.07-
YUV213.776.82101.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.18%
GREEN value IS 250 (98.05% from 255) = 45.45%
BLUE value IS 123 (48.44% from 255) = 22.36%
R=32.18%
G=45.45%
B=22.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772501230.2900.510.0294.4992.773.14
HexB1FA7B1D03325e5d49
Octal261372173350632136135111
Binary1011000111111010111101111101011001110101111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FA7B; }

 p { color: rgb(177,250,123); }

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

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

 a { background-color: rgb(177,250,123); }

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

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

 span { border-color: rgb(177,250,123); }

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