#BFDE80

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

Shades of Sulu #BFDE80

Tints of Sulu #BFDE80

Color information

#BFDE80 (or 0xBFDE80) is unknown color: approx Sulu. HEX triplet: BF, DE and 80. RGB value is (191,222,128). Sum of RGB (Red+Green+Blue) = 191+222+128=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDE80 is #40217F. Grayscale: #CACACA. Windows color (decimal): -4202880 or 8445631. OLE color: 8445631.

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

Color convert

RGB191222128-
CMYK0.1400.420.13
HSL79.79º58.75%68.63%-
HSV(B)79.79º42.34%87.06%-
XYZ51.564.8830.23-
YUV202.0286.23120.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 222 (87.11% from 255) = 41.04%
BLUE value IS 128 (50.39% from 255) = 23.66%
R=35.30%
G=41.04%
B=23.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912221280.1400.420.1379.7958.7568.63
HexBFDE80E02AD503b45
Octal277336200160521512073105
Binary10111111110111101000000011100101010110110100001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDE80; }

 p { color: rgb(191,222,128); }

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

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

 a { background-color: rgb(191,222,128); }

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

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

 span { border-color: rgb(191,222,128); }

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