#B4DF7D

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

Shades of Sulu #B4DF7D

Tints of Sulu #B4DF7D

Color information

#B4DF7D (or 0xB4DF7D) is unknown color: approx Sulu. HEX triplet: B4, DF and 7D. RGB value is (180,223,125). Sum of RGB (Red+Green+Blue) = 180+223+125=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DF7D is #4B2082. Grayscale: #C7C7C7. Windows color (decimal): -4923523 or 8249268. OLE color: 8249268.

HSL color Cylindrical-coordinate representation of color #B4DF7D: hue angle of 86.33º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4DF7D is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB180223125-
CMYK0.1900.440.13
HSL86.33º60.49%68.24%-
HSV(B)86.33º43.95%87.45%-
XYZ48.9163.9629.17-
YUV198.9786.25114.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 223 (87.5% from 255) = 42.23%
BLUE value IS 125 (49.22% from 255) = 23.67%
R=34.09%
G=42.23%
B=23.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802231250.1900.440.1386.3360.4968.24
HexB4DF7D1302CD563c44
Octal264337175230541512674104
Binary10110100110111111111101100110101100110110101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DF7D; }

 p { color: rgb(180,223,125); }

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

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

 a { background-color: rgb(180,223,125); }

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

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

 span { border-color: rgb(180,223,125); }

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