#B4E480

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

Shades of Sulu #B4E480

Tints of Sulu #B4E480

Color information

#B4E480 (or 0xB4E480) is unknown color: approx Sulu. HEX triplet: B4, E4 and 80. RGB value is (180,228,128). Sum of RGB (Red+Green+Blue) = 180+228+128=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #B4E480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E480 is #4B1B7F. Grayscale: #CACACA. Windows color (decimal): -4922240 or 8447156. OLE color: 8447156.

HSL color Cylindrical-coordinate representation of color #B4E480: hue angle of 88.8º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4E480 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB180228128-
CMYK0.2100.440.11
HSL88.8º64.94%69.8%-
HSV(B)88.8º43.86%89.41%-
XYZ50.4666.7530.65-
YUV202.2586.1112.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.58%
GREEN value IS 228 (89.45% from 255) = 42.54%
BLUE value IS 128 (50.39% from 255) = 23.88%
R=33.58%
G=42.54%
B=23.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1802281280.2100.440.1188.864.9469.8
HexB4E4801502CB594146
Octal2643442002505413131101106
Binary1011010011100100100000001010101011001011101100110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E480; }

 p { color: rgb(180,228,128); }

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

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

 a { background-color: rgb(180,228,128); }

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

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

 span { border-color: rgb(180,228,128); }

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