#BFDF80

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

Shades of Sulu #BFDF80

Tints of Sulu #BFDF80

Color information

#BFDF80 (or 0xBFDF80) is unknown color: approx Sulu. HEX triplet: BF, DF and 80. RGB value is (191,223,128). Sum of RGB (Red+Green+Blue) = 191+223+128=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDF80 is #40207F. Grayscale: #CACACA. Windows color (decimal): -4202624 or 8445887. OLE color: 8445887.

HSL color Cylindrical-coordinate representation of color #BFDF80: hue angle of 80.21º 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 #BFDF80 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB191223128-
CMYK0.1400.430.13
HSL80.21º59.75%68.82%-
HSV(B)80.21º42.6%87.45%-
XYZ51.7765.4130.32-
YUV202.685.9119.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 223 (87.5% from 255) = 41.14%
BLUE value IS 128 (50.39% from 255) = 23.62%
R=35.24%
G=41.14%
B=23.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912231280.1400.430.1380.2159.7568.82
HexBFDF80E02BD503c45
Octal277337200160531512074105
Binary10111111110111111000000011100101011110110100001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDF80; }

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

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

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

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

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

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

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

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