#B1E475

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

Shades of Sulu #B1E475

Tints of Sulu #B1E475

Color information

#B1E475 (or 0xB1E475) is unknown color: approx Sulu. HEX triplet: B1, E4 and 75. RGB value is (177,228,117). Sum of RGB (Red+Green+Blue) = 177+228+117=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E475 is #4E1B8A. Grayscale: #C8C8C8. Windows color (decimal): -5118859 or 7726257. OLE color: 7726257.

HSL color Cylindrical-coordinate representation of color #B1E475: hue angle of 87.57º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1E475 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB177228117-
CMYK0.2200.490.11
HSL87.57º67.27%67.65%-
HSV(B)87.57º48.68%89.41%-
XYZ49.0966.1227-
YUV200.181.1111.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 228 (89.45% from 255) = 43.68%
BLUE value IS 117 (46.09% from 255) = 22.41%
R=33.91%
G=43.68%
B=22.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1772281170.2200.490.1187.5767.2767.65
HexB1E47516031B584344
Octal2613441652606113130103104
Binary101100011110010011101011011001100011011101100010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E475; }

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

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

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

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

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

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

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

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