#B1F175

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

Shades of Sulu #B1F175

Tints of Sulu #B1F175

Color information

#B1F175 (or 0xB1F175) is unknown color: approx Sulu. HEX triplet: B1, F1 and 75. RGB value is (177,241,117). Sum of RGB (Red+Green+Blue) = 177+241+117=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F175 is #4E0E8A. Grayscale: #D0D0D0. Windows color (decimal): -5115531 or 7729585. OLE color: 7729585.

HSL color Cylindrical-coordinate representation of color #B1F175: hue angle of 90.97º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1F175 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB177241117-
CMYK0.2700.510.05
HSL90.97º81.58%70.2%-
HSV(B)90.97º51.45%94.51%-
XYZ52.873.5428.24-
YUV207.7376.8106.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.08%
GREEN value IS 241 (94.53% from 255) = 45.05%
BLUE value IS 117 (46.09% from 255) = 21.87%
R=33.08%
G=45.05%
B=21.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772411170.2700.510.0590.9781.5870.2
HexB1F1751B03355b5246
Octal261361165330635133122106
Binary10110001111100011110101110110110011101101101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F175; }

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

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

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

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

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

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

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

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