#B1FA71

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

Shades of Sulu #B1FA71

Tints of Sulu #B1FA71

Color information

#B1FA71 (or 0xB1FA71) is unknown color: approx Sulu. HEX triplet: B1, FA and 71. RGB value is (177,250,113). Sum of RGB (Red+Green+Blue) = 177+250+113=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 113 (44.53% from 255 or 20.93% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FA71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FA71 is #4E058E. Grayscale: #D5D5D5. Windows color (decimal): -5113231 or 7469745. OLE color: 7469745.

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

Color convert

RGB177250113-
CMYK0.2900.550.02
HSL91.97º93.2%71.18%-
HSV(B)91.97º54.8%98.04%-
XYZ55.378.9127.94-
YUV212.5671.82102.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.78%
GREEN value IS 250 (98.05% from 255) = 46.30%
BLUE value IS 113 (44.53% from 255) = 20.93%
R=32.78%
G=46.30%
B=20.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772501130.2900.550.0291.9793.271.18
HexB1FA711D03725c5d47
Octal261372161350672134135107
Binary1011000111111010111000111101011011110101110010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FA71; }

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

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

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

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

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

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

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

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