#BEE680

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

Shades of Sulu #BEE680

Tints of Sulu #BEE680

Color information

#BEE680 (or 0xBEE680) is unknown color: approx Sulu. HEX triplet: BE, E6 and 80. RGB value is (190,230,128). Sum of RGB (Red+Green+Blue) = 190+230+128=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 230 (90.23% from 255 or 41.97% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE680 is #41197F. Grayscale: #CECECE. Windows color (decimal): -4266368 or 8447678. OLE color: 8447678.

HSL color Cylindrical-coordinate representation of color #BEE680: hue angle of 83.53º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEE680 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB190230128-
CMYK0.1700.440.10
HSL83.53º67.11%70.2%-
HSV(B)83.53º44.35%90.2%-
XYZ53.4369.130.94-
YUV206.4183.75116.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 230 (90.23% from 255) = 41.97%
BLUE value IS 128 (50.39% from 255) = 23.36%
R=34.67%
G=41.97%
B=23.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1902301280.1700.440.1083.5367.1170.2
HexBEE6801102CA544346
Octal2763462002105412124103106
Binary1011111011100110100000001000101011001010101010010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE680; }

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

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

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

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

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

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

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

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