#B5E080

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

Shades of Sulu #B5E080

Tints of Sulu #B5E080

Color information

#B5E080 (or 0xB5E080) is unknown color: approx Sulu. HEX triplet: B5, E0 and 80. RGB value is (181,224,128). Sum of RGB (Red+Green+Blue) = 181+224+128=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E080 is #4A1F7F. Grayscale: #C8C8C8. Windows color (decimal): -4857728 or 8446133. OLE color: 8446133.

HSL color Cylindrical-coordinate representation of color #B5E080: hue angle of 86.88º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5E080 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB181224128-
CMYK0.1900.430.12
HSL86.88º60.76%69.02%-
HSV(B)86.88º42.86%87.84%-
XYZ49.6164.6930.29-
YUV200.287.25114.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.96%
GREEN value IS 224 (87.89% from 255) = 42.03%
BLUE value IS 128 (50.39% from 255) = 24.02%
R=33.96%
G=42.03%
B=24.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1812241280.1900.430.1286.8860.7669.02
HexB5E0801302BC573d45
Octal265340200230531412775105
Binary101101011110000010000000100110101011110010101111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E080; }

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

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

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

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

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

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

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

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