#B1FF70

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

Shades of Sulu #B1FF70

Tints of Sulu #B1FF70

Color information

#B1FF70 (or 0xB1FF70) is unknown color: approx Sulu. HEX triplet: B1, FF and 70. RGB value is (177,255,112). Sum of RGB (Red+Green+Blue) = 177+255+112=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FF70 is #4E008F. Grayscale: #D7D7D7. Windows color (decimal): -5111952 or 7405489. OLE color: 7405489.

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

Color convert

RGB177255112-
CMYK0.3100.560
HSL92.73º100%71.96%-
HSV(B)92.73º56.08%100%-
XYZ56.8282.0428.17-
YUV215.3869.66100.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 255 (100% from 255) = 46.88%
BLUE value IS 112 (44.14% from 255) = 20.59%
R=32.54%
G=46.88%
B=20.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772551120.3100.56092.7310071.96
HexB1FF701F03805d6448
Octal261377160370700135144110
Binary101100011111111111100001111101110000101110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FF70; }

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

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

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

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

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

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

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

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