#BAFF80

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

Shades of Sulu #BAFF80

Tints of Sulu #BAFF80

Color information

#BAFF80 (or 0xBAFF80) is unknown color: approx Sulu. HEX triplet: BA, FF and 80. RGB value is (186,255,128). Sum of RGB (Red+Green+Blue) = 186+255+128=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFF80 is #45007F. Grayscale: #DCDCDC. Windows color (decimal): -4522112 or 8454074. OLE color: 8454074.

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

Color convert

RGB186255128-
CMYK0.2700.500
HSL92.6º100%75.1%-
HSV(B)92.6º49.8%100%-
XYZ59.9183.5233.39-
YUV219.8976.14103.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.69%
GREEN value IS 255 (100% from 255) = 44.82%
BLUE value IS 128 (50.39% from 255) = 22.50%
R=32.69%
G=44.82%
B=22.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551280.2700.50092.610075.1
HexBAFF801B03205d644b
Octal272377200330620135144113
Binary1011101011111111100000001101101100100101110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFF80; }

 p { color: rgb(186,255,128); }

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

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

 a { background-color: rgb(186,255,128); }

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

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

 span { border-color: rgb(186,255,128); }

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