#B1FA75

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

Shades of Sulu #B1FA75

Tints of Sulu #B1FA75

Color information

#B1FA75 (or 0xB1FA75) is unknown color: approx Sulu. HEX triplet: B1, FA and 75. RGB value is (177,250,117). Sum of RGB (Red+Green+Blue) = 177+250+117=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FA75 is #4E058A. Grayscale: #D5D5D5. Windows color (decimal): -5113227 or 7731889. OLE color: 7731889.

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

Color convert

RGB177250117-
CMYK0.2900.530.02
HSL92.93º93.01%71.96%-
HSV(B)92.93º53.2%98.04%-
XYZ55.537929.15-
YUV213.0173.82102.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 250 (98.05% from 255) = 45.96%
BLUE value IS 117 (46.09% from 255) = 21.51%
R=32.54%
G=45.96%
B=21.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772501170.2900.530.0292.9393.0171.96
HexB1FA751D03525d5d48
Octal261372165350652135135110
Binary1011000111111010111010111101011010110101110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FA75; }

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

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

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

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

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

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

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

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