#B3E980

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

Shades of Sulu #B3E980

Tints of Sulu #B3E980

Color information

#B3E980 (or 0xB3E980) is unknown color: approx Sulu. HEX triplet: B3, E9 and 80. RGB value is (179,233,128). Sum of RGB (Red+Green+Blue) = 179+233+128=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #B3E980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3E980 is #4C167F. Grayscale: #CDCDCD. Windows color (decimal): -4986496 or 8448435. OLE color: 8448435.

HSL color Cylindrical-coordinate representation of color #B3E980: hue angle of 90.86º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3E980 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB179233128-
CMYK0.2300.450.09
HSL90.86º70.47%70.78%-
HSV(B)90.86º45.06%91.37%-
XYZ51.6369.4231.1-
YUV204.8884.61109.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.15%
GREEN value IS 233 (91.41% from 255) = 43.15%
BLUE value IS 128 (50.39% from 255) = 23.70%
R=33.15%
G=43.15%
B=23.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1792331280.2300.450.0990.8670.4770.78
HexB3E9801702D95b4647
Octal2633512002705511133106107
Binary1011001111101001100000001011101011011001101101110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E980; }

 p { color: rgb(179,233,128); }

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

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

 a { background-color: rgb(179,233,128); }

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

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

 span { border-color: rgb(179,233,128); }

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