#B7EA80

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

Shades of Sulu #B7EA80

Tints of Sulu #B7EA80

Color information

#B7EA80 (or 0xB7EA80) is unknown color: approx Sulu. HEX triplet: B7, EA and 80. RGB value is (183,234,128). Sum of RGB (Red+Green+Blue) = 183+234+128=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #B7EA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7EA80 is #48157F. Grayscale: #CFCFCF. Windows color (decimal): -4724096 or 8448695. OLE color: 8448695.

HSL color Cylindrical-coordinate representation of color #B7EA80: hue angle of 88.87º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7EA80 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB183234128-
CMYK0.2200.450.08
HSL88.87º71.62%70.98%-
HSV(B)88.87º45.3%91.76%-
XYZ52.8570.4731.24-
YUV206.6783.6111.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.58%
GREEN value IS 234 (91.80% from 255) = 42.94%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=33.58%
G=42.94%
B=23.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832341280.2200.450.0888.8771.6270.98
HexB7EA801602D8594847
Octal2673522002605510131110107
Binary1011011111101010100000001011001011011000101100110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EA80; }

 p { color: rgb(183,234,128); }

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

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

 a { background-color: rgb(183,234,128); }

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

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

 span { border-color: rgb(183,234,128); }

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