#B5DE6E

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

Shades of Sulu #B5DE6E

Tints of Sulu #B5DE6E

Color information

#B5DE6E (or 0xB5DE6E) is unknown color: approx Sulu. HEX triplet: B5, DE and 6E. RGB value is (181,222,110). Sum of RGB (Red+Green+Blue) = 181+222+110=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DE6E is #4A2191. Grayscale: #C5C5C5. Windows color (decimal): -4858258 or 7265973. OLE color: 7265973.

HSL color Cylindrical-coordinate representation of color #B5DE6E: hue angle of 81.96º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5DE6E is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB181222110-
CMYK0.1800.500.13
HSL81.96º62.92%65.1%-
HSV(B)81.96º50.45%87.06%-
XYZ47.9963.1924.42-
YUV196.9778.92116.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 222 (87.11% from 255) = 43.27%
BLUE value IS 110 (43.36% from 255) = 21.44%
R=35.28%
G=43.27%
B=21.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812221100.1800.500.1381.9662.9265.1
HexB5DE6E12032D523f41
Octal265336156220621512277101
Binary10110101110111101101110100100110010110110100101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DE6E; }

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

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

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

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

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

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

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

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