#BEF180

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

Shades of Sulu #BEF180

Tints of Sulu #BEF180

Color information

#BEF180 (or 0xBEF180) is unknown color: approx Sulu. HEX triplet: BE, F1 and 80. RGB value is (190,241,128). Sum of RGB (Red+Green+Blue) = 190+241+128=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF180 is #410E7F. Grayscale: #D5D5D5. Windows color (decimal): -4263552 or 8450494. OLE color: 8450494.

HSL color Cylindrical-coordinate representation of color #BEF180: hue angle of 87.08º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEF180 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB190241128-
CMYK0.2100.470.05
HSL87.08º80.14%72.35%-
HSV(B)87.08º46.89%94.51%-
XYZ56.5975.4232-
YUV212.8780.1111.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 241 (94.53% from 255) = 43.11%
BLUE value IS 128 (50.39% from 255) = 22.90%
R=33.99%
G=43.11%
B=22.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902411280.2100.470.0587.0880.1472.35
HexBEF1801502F5575048
Octal276361200250575127120110
Binary101111101111000110000000101010101111101101011110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF180; }

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

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

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

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

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

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

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

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