#BEE681

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

Shades of Sulu #BEE681

Tints of Sulu #BEE681

Color information

#BEE681 (or 0xBEE681) is unknown color: approx Sulu. HEX triplet: BE, E6 and 81. RGB value is (190,230,129). Sum of RGB (Red+Green+Blue) = 190+230+129=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE681 is #41197E. Grayscale: #CECECE. Windows color (decimal): -4266367 or 8513214. OLE color: 8513214.

HSL color Cylindrical-coordinate representation of color #BEE681: hue angle of 83.76º 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 #BEE681 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB190230129-
CMYK0.1700.440.10
HSL83.76º66.89%70.39%-
HSV(B)83.76º43.91%90.2%-
XYZ53.4969.1331.29-
YUV206.5384.25116.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 230 (90.23% from 255) = 41.89%
BLUE value IS 129 (50.78% from 255) = 23.50%
R=34.61%
G=41.89%
B=23.50%

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
Decimal1902301290.1700.440.1083.7666.8970.39
HexBEE6811102CA544346
Octal2763462012105412124103106
Binary1011111011100110100000011000101011001010101010010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE681; }

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

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

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

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

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

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

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

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