#BEE382

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

Shades of Sulu #BEE382

Tints of Sulu #BEE382

Color information

#BEE382 (or 0xBEE382) is unknown color: approx Sulu. HEX triplet: BE, E3 and 82. RGB value is (190,227,130). Sum of RGB (Red+Green+Blue) = 190+227+130=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE382 is #411C7D. Grayscale: #CDCDCD. Windows color (decimal): -4267134 or 8577982. OLE color: 8577982.

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

Color convert

RGB190227130-
CMYK0.1600.430.11
HSL82.89º63.4%70%-
HSV(B)82.89º42.73%89.02%-
XYZ52.7367.531.37-
YUV204.8885.74117.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 227 (89.06% from 255) = 41.50%
BLUE value IS 130 (51.17% from 255) = 23.77%
R=34.73%
G=41.50%
B=23.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902271300.1600.430.1182.8963.470
HexBEE3821002BB533f46
Octal276343202200531312377106
Binary101111101110001110000010100000101011101110100111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE382; }

 p { color: rgb(190,227,130); }

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

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

 a { background-color: rgb(190,227,130); }

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

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

 span { border-color: rgb(190,227,130); }

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