#B1F971

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

Shades of Sulu #B1F971

Tints of Sulu #B1F971

Color information

#B1F971 (or 0xB1F971) is unknown color: approx Sulu. HEX triplet: B1, F9 and 71. RGB value is (177,249,113). Sum of RGB (Red+Green+Blue) = 177+249+113=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 113 (44.53% from 255 or 20.96% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F971 is #4E068E. Grayscale: #D4D4D4. Windows color (decimal): -5113487 or 7469489. OLE color: 7469489.

HSL color Cylindrical-coordinate representation of color #B1F971: hue angle of 91.76º degrees, saturation: 0.92, 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 #B1F971 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB177249113-
CMYK0.2900.550.02
HSL91.76º91.89%70.98%-
HSV(B)91.76º54.62%97.65%-
XYZ54.9978.2927.84-
YUV211.9772.15103.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.84%
GREEN value IS 249 (97.66% from 255) = 46.20%
BLUE value IS 113 (44.53% from 255) = 20.96%
R=32.84%
G=46.20%
B=20.96%

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
Decimal1772491130.2900.550.0291.7691.8970.98
HexB1F9711D03725c5c47
Octal261371161350672134134107
Binary1011000111111001111000111101011011110101110010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F971; }

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

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

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

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

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

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

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

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