#B4EB80

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

Shades of Sulu #B4EB80

Tints of Sulu #B4EB80

Color information

#B4EB80 (or 0xB4EB80) is unknown color: approx Sulu. HEX triplet: B4, EB and 80. RGB value is (180,235,128). Sum of RGB (Red+Green+Blue) = 180+235+128=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EB80 is #4B147F. Grayscale: #CECECE. Windows color (decimal): -4920448 or 8448948. OLE color: 8448948.

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

Color convert

RGB180235128-
CMYK0.2300.460.08
HSL90.84º72.79%71.18%-
HSV(B)90.84º45.53%92.16%-
XYZ52.4370.6831.3-
YUV206.3683.78109.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 235 (92.19% from 255) = 43.28%
BLUE value IS 128 (50.39% from 255) = 23.57%
R=33.15%
G=43.28%
B=23.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802351280.2300.460.0890.8472.7971.18
HexB4EB801702E85b4947
Octal2643532002705610133111107
Binary1011010011101011100000001011101011101000101101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EB80; }

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

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

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

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

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

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

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

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