#B1F581

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

Shades of Sulu #B1F581

Tints of Sulu #B1F581

Color information

#B1F581 (or 0xB1F581) is unknown color: approx Sulu. HEX triplet: B1, F5 and 81. RGB value is (177,245,129). Sum of RGB (Red+Green+Blue) = 177+245+129=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 245 (96.09% from 255 or 44.46% from 551); Blue value is 129 (50.78% from 255 or 23.41% from 551); Max value from RGB is 245 - color contains mainly: green. Hex color #B1F581 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F581 is #4E0A7E. Grayscale: #D3D3D3. Windows color (decimal): -5114495 or 8517041. OLE color: 8517041.

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

Color convert

RGB177245129-
CMYK0.2800.470.04
HSL95.17º85.29%73.33%-
HSV(B)95.17º47.35%96.08%-
XYZ54.7576.2432.6-
YUV211.4481.47103.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.12%
GREEN value IS 245 (96.09% from 255) = 44.46%
BLUE value IS 129 (50.78% from 255) = 23.41%
R=32.12%
G=44.46%
B=23.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1772451290.2800.470.0495.1785.2973.33
HexB1F5811C02F45f5549
Octal261365201340574137125111
Binary101100011111010110000001111000101111100101111110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F581; }

 p { color: rgb(177,245,129); }

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

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

 a { background-color: rgb(177,245,129); }

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

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

 span { border-color: rgb(177,245,129); }

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