#BEF591

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

Shades of Sulu #BEF591

Tints of Sulu #BEF591

Color information

#BEF591 (or 0xBEF591) is unknown color: approx Sulu. HEX triplet: BE, F5 and 91. RGB value is (190,245,145). Sum of RGB (Red+Green+Blue) = 190+245+145=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 245 (96.09% from 255 or 42.24% from 580); Blue value is 145 (57.03% from 255 or 25% from 580); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF591 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF591 is #410A6E. Grayscale: #D9D9D9. Windows color (decimal): -4262511 or 9565630. OLE color: 9565630.

HSL color Cylindrical-coordinate representation of color #BEF591: hue angle of 93º degrees, saturation: 0.83, 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 #BEF591 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB190245145-
CMYK0.2200.410.04
HSL93º83.33%76.47%-
HSV(B)93º40.82%96.08%-
XYZ5978.338.79-
YUV217.1687.28108.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.76%
GREEN value IS 245 (96.09% from 255) = 42.24%
BLUE value IS 145 (57.03% from 255) = 25%
R=32.76%
G=42.24%
B=25%

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
Decimal1902451450.2200.410.049383.3376.47
HexBEF5911602945d534c
Octal276365221260514135123114
Binary101111101111010110010001101100101001100101110110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF591; }

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

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

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

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

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

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

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

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