#BEFE80

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

Shades of Sulu #BEFE80

Tints of Sulu #BEFE80

Color information

#BEFE80 (or 0xBEFE80) is unknown color: approx Sulu. HEX triplet: BE, FE and 80. RGB value is (190,254,128). Sum of RGB (Red+Green+Blue) = 190+254+128=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFE80 is #41017F. Grayscale: #DCDCDC. Windows color (decimal): -4260224 or 8453822. OLE color: 8453822.

HSL color Cylindrical-coordinate representation of color #BEFE80: hue angle of 90.48º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEFE80 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB190254128-
CMYK0.2500.500.00
HSL90.48º98.44%74.9%-
HSV(B)90.48º49.61%99.61%-
XYZ60.5783.3933.33-
YUV220.575.8106.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.22%
GREEN value IS 254 (99.61% from 255) = 44.41%
BLUE value IS 128 (50.39% from 255) = 22.38%
R=33.22%
G=44.41%
B=22.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902541280.2500.500.0090.4898.4474.9
HexBEFE801903205a624b
Octal276376200310620132142113
Binary1011111011111110100000001100101100100101101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFE80; }

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

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

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

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

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

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

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

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