#B4DE76

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

Shades of Sulu #B4DE76

Tints of Sulu #B4DE76

Color information

#B4DE76 (or 0xB4DE76) is unknown color: approx Sulu. HEX triplet: B4, DE and 76. RGB value is (180,222,118). Sum of RGB (Red+Green+Blue) = 180+222+118=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DE76 is #4B2189. Grayscale: #C5C5C5. Windows color (decimal): -4923786 or 7790260. OLE color: 7790260.

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

Color convert

RGB180222118-
CMYK0.1900.470.13
HSL84.23º61.18%66.67%-
HSV(B)84.23º46.85%87.06%-
XYZ48.2163.2526.81-
YUV197.5983.09115.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.62%
GREEN value IS 222 (87.11% from 255) = 42.69%
BLUE value IS 118 (46.48% from 255) = 22.69%
R=34.62%
G=42.69%
B=22.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802221180.1900.470.1384.2361.1866.67
HexB4DE761302FD543d43
Octal264336166230571512475103
Binary10110100110111101110110100110101111110110101001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DE76; }

 p { color: rgb(180,222,118); }

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

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

 a { background-color: rgb(180,222,118); }

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

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

 span { border-color: rgb(180,222,118); }

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