#B1FF81

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

Shades of Sulu #B1FF81

Tints of Sulu #B1FF81

Color information

#B1FF81 (or 0xB1FF81) is unknown color: approx Sulu. HEX triplet: B1, FF and 81. RGB value is (177,255,129). Sum of RGB (Red+Green+Blue) = 177+255+129=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 129 (50.78% from 255 or 22.99% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FF81 is #4E007E. Grayscale: #D9D9D9. Windows color (decimal): -5111935 or 8519601. OLE color: 8519601.

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

Color convert

RGB177255129-
CMYK0.3100.490
HSL97.14º100%75.29%-
HSV(B)97.14º49.41%100%-
XYZ57.8582.4533.63-
YUV217.3178.1699.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.55%
GREEN value IS 255 (100% from 255) = 45.45%
BLUE value IS 129 (50.78% from 255) = 22.99%
R=31.55%
G=45.45%
B=22.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772551290.3100.49097.1410075.29
HexB1FF811F031061644b
Octal261377201370610141144113
Binary1011000111111111100000011111101100010110000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FF81; }

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

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

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

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

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

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

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

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