#BEE081

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

Shades of Sulu #BEE081

Tints of Sulu #BEE081

Color information

#BEE081 (or 0xBEE081) is unknown color: approx Sulu. HEX triplet: BE, E0 and 81. RGB value is (190,224,129). Sum of RGB (Red+Green+Blue) = 190+224+129=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE081 is #411F7E. Grayscale: #CBCBCB. Windows color (decimal): -4267903 or 8511678. OLE color: 8511678.

HSL color Cylindrical-coordinate representation of color #BEE081: hue angle of 81.47º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEE081 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB190224129-
CMYK0.1500.420.12
HSL81.47º60.51%69.22%-
HSV(B)81.47º42.41%87.84%-
XYZ51.8565.8430.74-
YUV20386.24118.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 224 (87.89% from 255) = 41.25%
BLUE value IS 129 (50.78% from 255) = 23.76%
R=34.99%
G=41.25%
B=23.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902241290.1500.420.1281.4760.5169.22
HexBEE081F02AC513d45
Octal276340201170521412175105
Binary10111110111000001000000111110101010110010100011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE081; }

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

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

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

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

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

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

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

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