#BEE780

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

Shades of Sulu #BEE780

Tints of Sulu #BEE780

Color information

#BEE780 (or 0xBEE780) is unknown color: approx Sulu. HEX triplet: BE, E7 and 80. RGB value is (190,231,128). Sum of RGB (Red+Green+Blue) = 190+231+128=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE780 is #41187F. Grayscale: #CFCFCF. Windows color (decimal): -4266112 or 8447934. OLE color: 8447934.

HSL color Cylindrical-coordinate representation of color #BEE780: hue angle of 83.88º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEE780 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB190231128-
CMYK0.1800.450.09
HSL83.88º68.21%70.39%-
HSV(B)83.88º44.59%90.59%-
XYZ53.7169.6631.04-
YUV20783.42115.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 231 (90.62% from 255) = 42.08%
BLUE value IS 128 (50.39% from 255) = 23.32%
R=34.61%
G=42.08%
B=23.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902311280.1800.450.0983.8868.2170.39
HexBEE7801202D9544446
Octal2763472002205511124104106
Binary1011111011100111100000001001001011011001101010010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE780; }

 p { color: rgb(190,231,128); }

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

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

 a { background-color: rgb(190,231,128); }

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

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

 span { border-color: rgb(190,231,128); }

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