#B5DB7E

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

Shades of Sulu #B5DB7E

Tints of Sulu #B5DB7E

Color information

#B5DB7E (or 0xB5DB7E) is unknown color: approx Sulu. HEX triplet: B5, DB and 7E. RGB value is (181,219,126). Sum of RGB (Red+Green+Blue) = 181+219+126=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DB7E is #4A2481. Grayscale: #C5C5C5. Windows color (decimal): -4859010 or 8313781. OLE color: 8313781.

HSL color Cylindrical-coordinate representation of color #B5DB7E: hue angle of 84.52º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5DB7E is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB181219126-
CMYK0.1700.420.14
HSL84.52º56.36%67.65%-
HSV(B)84.52º42.47%85.88%-
XYZ48.1561.9929.17-
YUV197.0487.91116.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.41%
GREEN value IS 219 (85.94% from 255) = 41.63%
BLUE value IS 126 (49.61% from 255) = 23.95%
R=34.41%
G=41.63%
B=23.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812191260.1700.420.1484.5256.3667.65
HexB5DB7E1102AE553844
Octal265333176210521612570104
Binary10110101110110111111110100010101010111010101011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DB7E; }

 p { color: rgb(181,219,126); }

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

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

 a { background-color: rgb(181,219,126); }

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

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

 span { border-color: rgb(181,219,126); }

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