#B5E282

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

Shades of Sulu #B5E282

Tints of Sulu #B5E282

Color information

#B5E282 (or 0xB5E282) is unknown color: approx Sulu. HEX triplet: B5, E2 and 82. RGB value is (181,226,130). Sum of RGB (Red+Green+Blue) = 181+226+130=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 226 - color contains mainly: green. Hex color #B5E282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E282 is #4A1D7D. Grayscale: #C9C9C9. Windows color (decimal): -4857214 or 8577717. OLE color: 8577717.

HSL color Cylindrical-coordinate representation of color #B5E282: hue angle of 88.12º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5E282 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB181226130-
CMYK0.2000.420.11
HSL88.12º62.34%69.8%-
HSV(B)88.12º42.48%88.63%-
XYZ50.2865.8331.18-
YUV201.687.59113.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.71%
GREEN value IS 226 (88.67% from 255) = 42.09%
BLUE value IS 130 (51.17% from 255) = 24.21%
R=33.71%
G=42.09%
B=24.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1812261300.2000.420.1188.1262.3469.8
HexB5E2821402AB583e46
Octal265342202240521313076106
Binary101101011110001010000010101000101010101110110001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E282; }

 p { color: rgb(181,226,130); }

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

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

 a { background-color: rgb(181,226,130); }

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

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

 span { border-color: rgb(181,226,130); }

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