#BEF580

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

Shades of Sulu #BEF580

Tints of Sulu #BEF580

Color information

#BEF580 (or 0xBEF580) is unknown color: approx Sulu. HEX triplet: BE, F5 and 80. RGB value is (190,245,128). Sum of RGB (Red+Green+Blue) = 190+245+128=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF580 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF580 is #410A7F. Grayscale: #D7D7D7. Windows color (decimal): -4262528 or 8451518. OLE color: 8451518.

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

Color convert

RGB190245128-
CMYK0.2200.480.04
HSL88.21º85.4%73.14%-
HSV(B)88.21º47.76%96.08%-
XYZ57.7877.8132.4-
YUV215.2278.78110.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 245 (96.09% from 255) = 43.52%
BLUE value IS 128 (50.39% from 255) = 22.74%
R=33.75%
G=43.52%
B=22.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902451280.2200.480.0488.2185.473.14
HexBEF580160304585549
Octal276365200260604130125111
Binary101111101111010110000000101100110000100101100010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF580; }

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

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

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

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

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

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

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

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