#B8E680

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

Shades of Sulu #B8E680

Tints of Sulu #B8E680

Color information

#B8E680 (or 0xB8E680) is unknown color: approx Sulu. HEX triplet: B8, E6 and 80. RGB value is (184,230,128). Sum of RGB (Red+Green+Blue) = 184+230+128=542 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.95% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #B8E680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8E680 is #47197F. Grayscale: #CCCCCC. Windows color (decimal): -4659584 or 8447672. OLE color: 8447672.

HSL color Cylindrical-coordinate representation of color #B8E680: hue angle of 87.06º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B8E680 is Cyan = 0.2, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB184230128-
CMYK0.200.440.10
HSL87.06º67.11%70.2%-
HSV(B)87.06º44.35%90.2%-
XYZ51.9668.3430.87-
YUV204.6284.76113.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.95%
GREEN value IS 230 (90.23% from 255) = 42.44%
BLUE value IS 128 (50.39% from 255) = 23.62%
R=33.95%
G=42.44%
B=23.62%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1842301280.200.440.1087.0667.1170.2
HexB8E6801402CA574346
Octal2703462002405412127103106
Binary1011100011100110100000001010001011001010101011110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E680; }

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

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

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

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

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

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

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

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