#B4DD7D

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

Shades of Sulu #B4DD7D

Tints of Sulu #B4DD7D

Color information

#B4DD7D (or 0xB4DD7D) is unknown color: approx Sulu. HEX triplet: B4, DD and 7D. RGB value is (180,221,125). Sum of RGB (Red+Green+Blue) = 180+221+125=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DD7D is #4B2282. Grayscale: #C6C6C6. Windows color (decimal): -4924035 or 8248756. OLE color: 8248756.

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

Color convert

RGB180221125-
CMYK0.1900.430.13
HSL85.62º58.54%67.84%-
HSV(B)85.62º43.44%86.67%-
XYZ48.3862.928.99-
YUV197.886.92115.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 125 (49.22% from 255) = 23.76%
R=34.22%
G=42.02%
B=23.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802211250.1900.430.1385.6258.5467.84
HexB4DD7D1302BD563b44
Octal264335175230531512673104
Binary10110100110111011111101100110101011110110101101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DD7D; }

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

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

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

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

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

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

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

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