#BEE482

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

Shades of Sulu #BEE482

Tints of Sulu #BEE482

Color information

#BEE482 (or 0xBEE482) is unknown color: approx Sulu. HEX triplet: BE, E4 and 82. RGB value is (190,228,130). Sum of RGB (Red+Green+Blue) = 190+228+130=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE482 is #411B7D. Grayscale: #CDCDCD. Windows color (decimal): -4266878 or 8578238. OLE color: 8578238.

HSL color Cylindrical-coordinate representation of color #BEE482: hue angle of 83.27º degrees, saturation: 0.64, 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 #BEE482 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB190228130-
CMYK0.1700.430.11
HSL83.27º64.47%70.2%-
HSV(B)83.27º42.98%89.41%-
XYZ53.0168.0531.46-
YUV205.4785.41116.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 228 (89.45% from 255) = 41.61%
BLUE value IS 130 (51.17% from 255) = 23.72%
R=34.67%
G=41.61%
B=23.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902281300.1700.430.1183.2764.4770.2
HexBEE4821102BB534046
Octal2763442022105313123100106
Binary1011111011100100100000101000101010111011101001110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE482; }

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

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

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

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

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

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

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

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