#B1FA74

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

Shades of Sulu #B1FA74

Tints of Sulu #B1FA74

Color information

#B1FA74 (or 0xB1FA74) is unknown color: approx Sulu. HEX triplet: B1, FA and 74. RGB value is (177,250,116). Sum of RGB (Red+Green+Blue) = 177+250+116=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FA74 is #4E058B. Grayscale: #D5D5D5. Windows color (decimal): -5113228 or 7666353. OLE color: 7666353.

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

Color convert

RGB177250116-
CMYK0.2900.540.02
HSL92.69º93.06%71.76%-
HSV(B)92.69º53.6%98.04%-
XYZ55.4778.9828.84-
YUV212.973.32102.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.60%
GREEN value IS 250 (98.05% from 255) = 46.04%
BLUE value IS 116 (45.70% from 255) = 21.36%
R=32.60%
G=46.04%
B=21.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772501160.2900.540.0292.6993.0671.76
HexB1FA741D03625d5d48
Octal261372164350662135135110
Binary1011000111111010111010011101011011010101110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FA74; }

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

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

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

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

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

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

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

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