#BEF586

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

Shades of Sulu #BEF586

Tints of Sulu #BEF586

Color information

#BEF586 (or 0xBEF586) is unknown color: approx Sulu. HEX triplet: BE, F5 and 86. RGB value is (190,245,134). Sum of RGB (Red+Green+Blue) = 190+245+134=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 134 (52.73% from 255 or 23.55% from 569); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF586 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF586 is #410A79. Grayscale: #D8D8D8. Windows color (decimal): -4262522 or 8844734. OLE color: 8844734.

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

Color convert

RGB190245134-
CMYK0.2200.450.04
HSL89.73º84.73%74.31%-
HSV(B)89.73º45.31%96.08%-
XYZ58.1977.9734.54-
YUV215.981.78109.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 245 (96.09% from 255) = 43.06%
BLUE value IS 134 (52.73% from 255) = 23.55%
R=33.39%
G=43.06%
B=23.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902451340.2200.450.0489.7384.7374.31
HexBEF5861602D45a554a
Octal276365206260554132125112
Binary101111101111010110000110101100101101100101101010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF586; }

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

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

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

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

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

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

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

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