#BEDF80

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

Shades of Sulu #BEDF80

Tints of Sulu #BEDF80

Color information

#BEDF80 (or 0xBEDF80) is unknown color: approx Sulu. HEX triplet: BE, DF and 80. RGB value is (190,223,128). Sum of RGB (Red+Green+Blue) = 190+223+128=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDF80 is #41207F. Grayscale: #CACACA. Windows color (decimal): -4268160 or 8445886. OLE color: 8445886.

HSL color Cylindrical-coordinate representation of color #BEDF80: hue angle of 80.84º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEDF80 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB190223128-
CMYK0.1500.430.13
HSL80.84º59.75%68.82%-
HSV(B)80.84º42.6%87.45%-
XYZ51.5265.2830.31-
YUV202.386.07119.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 128 (50.39% from 255) = 23.66%
R=35.12%
G=41.22%
B=23.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902231280.1500.430.1380.8459.7568.82
HexBEDF80F02BD513c45
Octal276337200170531512174105
Binary10111110110111111000000011110101011110110100011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDF80; }

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

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

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

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

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

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

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

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