#B5E071

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

Shades of Sulu #B5E071

Tints of Sulu #B5E071

Color information

#B5E071 (or 0xB5E071) is unknown color: approx Sulu. HEX triplet: B5, E0 and 71. RGB value is (181,224,113). Sum of RGB (Red+Green+Blue) = 181+224+113=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E071 is #4A1F8E. Grayscale: #C6C6C6. Windows color (decimal): -4857743 or 7463093. OLE color: 7463093.

HSL color Cylindrical-coordinate representation of color #B5E071: hue angle of 83.24º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5E071 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB181224113-
CMYK0.1900.500.12
HSL83.24º64.16%66.08%-
HSV(B)83.24º49.55%87.84%-
XYZ48.6964.3325.47-
YUV198.4979.75115.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 224 (87.89% from 255) = 43.24%
BLUE value IS 113 (44.53% from 255) = 21.81%
R=34.94%
G=43.24%
B=21.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1812241130.1900.500.1283.2464.1666.08
HexB5E07113032C534042
Octal2653401612306214123100102
Binary101101011110000011100011001101100101100101001110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E071; }

 p { color: rgb(181,224,113); }

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

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

 a { background-color: rgb(181,224,113); }

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

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

 span { border-color: rgb(181,224,113); }

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