#B1FC75

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

Shades of Sulu #B1FC75

Tints of Sulu #B1FC75

Color information

#B1FC75 (or 0xB1FC75) is unknown color: approx Sulu. HEX triplet: B1, FC and 75. RGB value is (177,252,117). Sum of RGB (Red+Green+Blue) = 177+252+117=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FC75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FC75 is #4E038A. Grayscale: #D6D6D6. Windows color (decimal): -5112715 or 7732401. OLE color: 7732401.

HSL color Cylindrical-coordinate representation of color #B1FC75: hue angle of 93.33º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1FC75 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB177252117-
CMYK0.3000.540.01
HSL93.33º95.74%72.35%-
HSV(B)93.33º53.57%98.82%-
XYZ56.1580.2529.36-
YUV214.1873.15101.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.42%
GREEN value IS 252 (98.83% from 255) = 46.15%
BLUE value IS 117 (46.09% from 255) = 21.43%
R=32.42%
G=46.15%
B=21.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772521170.3000.540.0193.3395.7472.35
HexB1FC751E03615d6048
Octal261374165360661135140110
Binary101100011111110011101011111001101101101110111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FC75; }

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

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

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

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

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

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

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

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