#B4DD7B

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

Shades of Sulu #B4DD7B

Tints of Sulu #B4DD7B

Color information

#B4DD7B (or 0xB4DD7B) is unknown color: approx Sulu. HEX triplet: B4, DD and 7B. RGB value is (180,221,123). Sum of RGB (Red+Green+Blue) = 180+221+123=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DD7B is #4B2284. Grayscale: #C5C5C5. Windows color (decimal): -4924037 or 8117684. OLE color: 8117684.

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

Color convert

RGB180221123-
CMYK0.1900.440.13
HSL85.1º59.04%67.45%-
HSV(B)85.1º44.34%86.67%-
XYZ48.2562.8528.33-
YUV197.5785.92115.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 221 (86.72% from 255) = 42.18%
BLUE value IS 123 (48.44% from 255) = 23.47%
R=34.35%
G=42.18%
B=23.47%

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
Decimal1802211230.1900.440.1385.159.0467.45
HexB4DD7B1302CD553b43
Octal264335173230541512573103
Binary10110100110111011111011100110101100110110101011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DD7B; }

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

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

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

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

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

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

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

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