#B4EC83

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

Shades of Sulu #B4EC83

Tints of Sulu #B4EC83

Color information

#B4EC83 (or 0xB4EC83) is unknown color: approx Sulu. HEX triplet: B4, EC and 83. RGB value is (180,236,131). Sum of RGB (Red+Green+Blue) = 180+236+131=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #B4EC83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EC83 is #4B137C. Grayscale: #CFCFCF. Windows color (decimal): -4920189 or 8645812. OLE color: 8645812.

HSL color Cylindrical-coordinate representation of color #B4EC83: hue angle of 92º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4EC83 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB180236131-
CMYK0.2400.440.07
HSL92º73.43%71.96%-
HSV(B)92º44.49%92.55%-
XYZ52.9171.3332.45-
YUV207.2984.95108.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 236 (92.58% from 255) = 43.14%
BLUE value IS 131 (51.56% from 255) = 23.95%
R=32.91%
G=43.14%
B=23.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802361310.2400.440.079273.4371.96
HexB4EC831802C75c4948
Octal264354203300547134111110
Binary101101001110110010000011110000101100111101110010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EC83; }

 p { color: rgb(180,236,131); }

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

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

 a { background-color: rgb(180,236,131); }

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

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

 span { border-color: rgb(180,236,131); }

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