#b5e072

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

Shades of Sulu #B5E072

Tints of Sulu #B5E072

Color information

#B5E072 (or 0xB5E072) is unknown color: approx Sulu. HEX triplet: B5, E0 and 72. RGB value is (181,224,114). Sum of RGB (Red+Green+Blue) = 181+224+114=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E072 is #4A1F8D. Grayscale: #C6C6C6. Windows color (decimal): -4857742 or 7528629. OLE color: 7528629.

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

Color convert

RGB181224114-
CMYK0.1900.490.12
HSL83.45º63.95%66.27%-
HSV(B)83.45º49.11%87.84%-
XYZ48.7564.3525.77-
YUV198.680.25115.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 224 (87.89% from 255) = 43.16%
BLUE value IS 114 (44.92% from 255) = 21.97%
R=34.87%
G=43.16%
B=21.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1812241140.1900.490.1283.4563.9566.27
HexB5E07213031C534042
Octal2653401622306114123100102
Binary101101011110000011100101001101100011100101001110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5e072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5e072; }

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

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

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

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

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

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

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

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