#B1FF74

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

Shades of Sulu #B1FF74

Tints of Sulu #B1FF74

Color information

#B1FF74 (or 0xB1FF74) is unknown color: approx Sulu. HEX triplet: B1, FF and 74. RGB value is (177,255,116). Sum of RGB (Red+Green+Blue) = 177+255+116=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FF74 is #4E008B. Grayscale: #D8D8D8. Windows color (decimal): -5111948 or 7667633. OLE color: 7667633.

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

Color convert

RGB177255116-
CMYK0.3100.550
HSL93.67º100%72.75%-
HSV(B)93.67º54.51%100%-
XYZ57.0482.1329.37-
YUV215.8371.66100.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.30%
GREEN value IS 255 (100% from 255) = 46.53%
BLUE value IS 116 (45.70% from 255) = 21.17%
R=32.30%
G=46.53%
B=21.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772551160.3100.55093.6710072.75
HexB1FF741F03705e6449
Octal261377164370670136144111
Binary101100011111111111101001111101101110101111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FF74; }

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

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

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

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

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

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

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

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