#B5DA7D

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

Shades of Sulu #B5DA7D

Tints of Sulu #B5DA7D

Color information

#B5DA7D (or 0xB5DA7D) is unknown color: approx Sulu. HEX triplet: B5, DA and 7D. RGB value is (181,218,125). Sum of RGB (Red+Green+Blue) = 181+218+125=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DA7D is #4A2582. Grayscale: #C4C4C4. Windows color (decimal): -4859267 or 8247989. OLE color: 8247989.

HSL color Cylindrical-coordinate representation of color #B5DA7D: hue angle of 83.87º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5DA7D is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB181218125-
CMYK0.1700.430.15
HSL83.87º55.69%67.25%-
HSV(B)83.87º42.66%85.49%-
XYZ47.8361.4528.74-
YUV196.3387.74117.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.54%
GREEN value IS 218 (85.55% from 255) = 41.60%
BLUE value IS 125 (49.22% from 255) = 23.85%
R=34.54%
G=41.60%
B=23.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812181250.1700.430.1583.8755.6967.25
HexB5DA7D1102BF543843
Octal265332175210531712470103
Binary10110101110110101111101100010101011111110101001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DA7D; }

 p { color: rgb(181,218,125); }

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

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

 a { background-color: rgb(181,218,125); }

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

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

 span { border-color: rgb(181,218,125); }

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