#B1F980

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

Shades of Sulu #B1F980

Tints of Sulu #B1F980

Color information

#B1F980 (or 0xB1F980) is unknown color: approx Sulu. HEX triplet: B1, F9 and 80. RGB value is (177,249,128). Sum of RGB (Red+Green+Blue) = 177+249+128=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F980 is #4E067F. Grayscale: #D6D6D6. Windows color (decimal): -5113472 or 8452529. OLE color: 8452529.

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

Color convert

RGB177249128-
CMYK0.2900.490.02
HSL95.7º90.98%73.92%-
HSV(B)95.7º48.59%97.65%-
XYZ55.978.6632.66-
YUV213.6879.65101.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.95%
GREEN value IS 249 (97.66% from 255) = 44.95%
BLUE value IS 128 (50.39% from 255) = 23.10%
R=31.95%
G=44.95%
B=23.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772491280.2900.490.0295.790.9873.92
HexB1F9801D0312605b4a
Octal261371200350612140133112
Binary10110001111110011000000011101011000110110000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F980; }

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

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

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

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

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

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

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

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