#B1EC71

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

Shades of Sulu #B1EC71

Tints of Sulu #B1EC71

Color information

#B1EC71 (or 0xB1EC71) is unknown color: approx Sulu. HEX triplet: B1, EC and 71. RGB value is (177,236,113). Sum of RGB (Red+Green+Blue) = 177+236+113=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #B1EC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1EC71 is #4E138E. Grayscale: #CCCCCC. Windows color (decimal): -5116815 or 7466161. OLE color: 7466161.

HSL color Cylindrical-coordinate representation of color #B1EC71: hue angle of 88.78º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1EC71 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB177236113-
CMYK0.2500.520.07
HSL88.78º76.4%68.43%-
HSV(B)88.78º52.12%92.55%-
XYZ51.1170.5326.54-
YUV204.3476.45108.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.65%
GREEN value IS 236 (92.58% from 255) = 44.87%
BLUE value IS 113 (44.53% from 255) = 21.48%
R=33.65%
G=44.87%
B=21.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772361130.2500.520.0788.7876.468.43
HexB1EC71190347594c44
Octal261354161310647131114104
Binary10110001111011001110001110010110100111101100110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EC71; }

 p { color: rgb(177,236,113); }

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

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

 a { background-color: rgb(177,236,113); }

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

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

 span { border-color: rgb(177,236,113); }

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