#BFEA80

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

Shades of Sulu #BFEA80

Tints of Sulu #BFEA80

Color information

#BFEA80 (or 0xBFEA80) is unknown color: approx Sulu. HEX triplet: BF, EA and 80. RGB value is (191,234,128). Sum of RGB (Red+Green+Blue) = 191+234+128=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEA80 is #40157F. Grayscale: #D1D1D1. Windows color (decimal): -4199808 or 8448703. OLE color: 8448703.

HSL color Cylindrical-coordinate representation of color #BFEA80: hue angle of 84.34º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFEA80 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB191234128-
CMYK0.1800.450.08
HSL84.34º71.62%70.98%-
HSV(B)84.34º45.3%91.76%-
XYZ54.871.4831.33-
YUV209.0682.25115.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.54%
GREEN value IS 234 (91.80% from 255) = 42.31%
BLUE value IS 128 (50.39% from 255) = 23.15%
R=34.54%
G=42.31%
B=23.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912341280.1800.450.0884.3471.6270.98
HexBFEA801202D8544847
Octal2773522002205510124110107
Binary1011111111101010100000001001001011011000101010010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEA80; }

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

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

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

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

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

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

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

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