#b4df7b

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

Shades of Sulu #B4DF7B

Tints of Sulu #B4DF7B

Color information

#B4DF7B (or 0xB4DF7B) is unknown color: approx Sulu. HEX triplet: B4, DF and 7B. RGB value is (180,223,123). Sum of RGB (Red+Green+Blue) = 180+223+123=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DF7B is #4B2084. Grayscale: #C7C7C7. Windows color (decimal): -4923525 or 8118196. OLE color: 8118196.

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

Color convert

RGB180223123-
CMYK0.1900.450.13
HSL85.8º60.98%67.84%-
HSV(B)85.8º44.84%87.45%-
XYZ48.7963.9128.5-
YUV198.7485.25114.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 223 (87.5% from 255) = 42.40%
BLUE value IS 123 (48.44% from 255) = 23.38%
R=34.22%
G=42.40%
B=23.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802231230.1900.450.1385.860.9867.84
HexB4DF7B1302DD563d44
Octal264337173230551512675104
Binary10110100110111111111011100110101101110110101101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4df7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4df7b; }

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

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

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

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

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

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

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

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