#B4DF6E

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

Shades of Sulu #B4DF6E

Tints of Sulu #B4DF6E

Color information

#B4DF6E (or 0xB4DF6E) is unknown color: approx Sulu. HEX triplet: B4, DF and 6E. RGB value is (180,223,110). Sum of RGB (Red+Green+Blue) = 180+223+110=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DF6E is #4B2091. Grayscale: #C5C5C5. Windows color (decimal): -4923538 or 7266228. OLE color: 7266228.

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

Color convert

RGB180223110-
CMYK0.1900.510.13
HSL82.83º63.84%65.29%-
HSV(B)82.83º50.67%87.45%-
XYZ48.0263.624.5-
YUV197.2678.75115.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 223 (87.5% from 255) = 43.47%
BLUE value IS 110 (43.36% from 255) = 21.44%
R=35.09%
G=43.47%
B=21.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802231100.1900.510.1382.8363.8465.29
HexB4DF6E13033D534041
Octal2643371562306315123100101
Binary101101001101111111011101001101100111101101001110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DF6E; }

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

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

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

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

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

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

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

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