#B8E280

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

Shades of Sulu #B8E280

Tints of Sulu #B8E280

Color information

#B8E280 (or 0xB8E280) is unknown color: approx Sulu. HEX triplet: B8, E2 and 80. RGB value is (184,226,128). Sum of RGB (Red+Green+Blue) = 184+226+128=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #B8E280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8E280 is #471D7F. Grayscale: #CACACA. Windows color (decimal): -4660608 or 8446648. OLE color: 8446648.

HSL color Cylindrical-coordinate representation of color #B8E280: hue angle of 85.71º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8E280 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB184226128-
CMYK0.1900.430.11
HSL85.71º62.82%69.41%-
HSV(B)85.71º43.36%88.63%-
XYZ50.8666.1430.51-
YUV202.2786.09114.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.20%
GREEN value IS 226 (88.67% from 255) = 42.01%
BLUE value IS 128 (50.39% from 255) = 23.79%
R=34.20%
G=42.01%
B=23.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1842261280.1900.430.1185.7162.8269.41
HexB8E2801302BB563f45
Octal270342200230531312677105
Binary101110001110001010000000100110101011101110101101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E280; }

 p { color: rgb(184,226,128); }

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

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

 a { background-color: rgb(184,226,128); }

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

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

 span { border-color: rgb(184,226,128); }

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