#B1F478

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

Shades of Sulu #B1F478

Tints of Sulu #B1F478

Color information

#B1F478 (or 0xB1F478) is unknown color: approx Sulu. HEX triplet: B1, F4 and 78. RGB value is (177,244,120). Sum of RGB (Red+Green+Blue) = 177+244+120=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F478 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F478 is #4E0B87. Grayscale: #D2D2D2. Windows color (decimal): -5114760 or 7926961. OLE color: 7926961.

HSL color Cylindrical-coordinate representation of color #B1F478: hue angle of 92.42º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1F478 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB177244120-
CMYK0.2700.510.04
HSL92.42º84.93%71.37%-
HSV(B)92.42º50.82%95.69%-
XYZ53.8775.429.48-
YUV209.8377.3104.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.72%
GREEN value IS 244 (95.70% from 255) = 45.10%
BLUE value IS 120 (47.27% from 255) = 22.18%
R=32.72%
G=45.10%
B=22.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1772441200.2700.510.0492.4284.9371.37
HexB1F4781B03345c5547
Octal261364170330634134125107
Binary10110001111101001111000110110110011100101110010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F478; }

 p { color: rgb(177,244,120); }

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

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

 a { background-color: rgb(177,244,120); }

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

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

 span { border-color: rgb(177,244,120); }

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