#BEF491

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

Shades of Sulu #BEF491

Tints of Sulu #BEF491

Color information

#BEF491 (or 0xBEF491) is unknown color: approx Sulu. HEX triplet: BE, F4 and 91. RGB value is (190,244,145). Sum of RGB (Red+Green+Blue) = 190+244+145=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 145 (57.03% from 255 or 25.04% from 579); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF491 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF491 is #410B6E. Grayscale: #D8D8D8. Windows color (decimal): -4262767 or 9565374. OLE color: 9565374.

HSL color Cylindrical-coordinate representation of color #BEF491: hue angle of 92.73º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEF491 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB190244145-
CMYK0.2200.410.04
HSL92.73º81.82%76.27%-
HSV(B)92.73º40.57%95.69%-
XYZ58.777.6938.69-
YUV216.5787.61109.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.82%
GREEN value IS 244 (95.70% from 255) = 42.14%
BLUE value IS 145 (57.03% from 255) = 25.04%
R=32.82%
G=42.14%
B=25.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902441450.2200.410.0492.7381.8276.27
HexBEF4911602945d524c
Octal276364221260514135122114
Binary101111101111010010010001101100101001100101110110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF491; }

 p { color: rgb(190,244,145); }

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

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

 a { background-color: rgb(190,244,145); }

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

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

 span { border-color: rgb(190,244,145); }

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