#BEE379

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

Shades of Sulu #BEE379

Tints of Sulu #BEE379

Color information

#BEE379 (or 0xBEE379) is unknown color: approx Sulu. HEX triplet: BE, E3 and 79. RGB value is (190,227,121). Sum of RGB (Red+Green+Blue) = 190+227+121=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE379 is #411C86. Grayscale: #CCCCCC. Windows color (decimal): -4267143 or 7988158. OLE color: 7988158.

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

Color convert

RGB190227121-
CMYK0.1600.470.11
HSL80.94º65.43%68.24%-
HSV(B)80.94º46.7%89.02%-
XYZ52.1667.2728.32-
YUV203.8581.24118.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 227 (89.06% from 255) = 42.19%
BLUE value IS 121 (47.66% from 255) = 22.49%
R=35.32%
G=42.19%
B=22.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902271210.1600.470.1180.9465.4368.24
HexBEE3791002FB514144
Octal2763431712005713121101104
Binary101111101110001111110011000001011111011101000110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE379; }

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

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

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

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

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

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

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

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