#B5DE71

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

Shades of Sulu #B5DE71

Tints of Sulu #B5DE71

Color information

#B5DE71 (or 0xB5DE71) is unknown color: approx Sulu. HEX triplet: B5, DE and 71. RGB value is (181,222,113). Sum of RGB (Red+Green+Blue) = 181+222+113=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DE71 is #4A218E. Grayscale: #C5C5C5. Windows color (decimal): -4858255 or 7462581. OLE color: 7462581.

HSL color Cylindrical-coordinate representation of color #B5DE71: hue angle of 82.57º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5DE71 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB181222113-
CMYK0.1800.490.13
HSL82.57º62.29%65.69%-
HSV(B)82.57º49.1%87.06%-
XYZ48.1663.2625.29-
YUV197.3280.42116.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 222 (87.11% from 255) = 43.02%
BLUE value IS 113 (44.53% from 255) = 21.90%
R=35.08%
G=43.02%
B=21.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812221130.1800.490.1382.5762.2965.69
HexB5DE7112031D533e42
Octal265336161220611512376102
Binary10110101110111101110001100100110001110110100111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DE71; }

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

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

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

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

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

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

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

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