#BAF781

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

Shades of Sulu #BAF781

Tints of Sulu #BAF781

Color information

#BAF781 (or 0xBAF781) is unknown color: approx Sulu. HEX triplet: BA, F7 and 81. RGB value is (186,247,129). Sum of RGB (Red+Green+Blue) = 186+247+129=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 129 (50.78% from 255 or 22.95% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF781 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF781 is #45087E. Grayscale: #D7D7D7. Windows color (decimal): -4524159 or 8517562. OLE color: 8517562.

HSL color Cylindrical-coordinate representation of color #BAF781: hue angle of 91.02º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAF781 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB186247129-
CMYK0.2500.480.03
HSL91.02º88.06%73.73%-
HSV(B)91.02º47.77%96.86%-
XYZ57.4778.5532.9-
YUV215.3179.29107.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 247 (96.88% from 255) = 43.95%
BLUE value IS 129 (50.78% from 255) = 22.95%
R=33.10%
G=43.95%
B=22.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862471290.2500.480.0391.0288.0673.73
HexBAF7811903035b584a
Octal272367201310603133130112
Binary10111010111101111000000111001011000011101101110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF781; }

 p { color: rgb(186,247,129); }

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

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

 a { background-color: rgb(186,247,129); }

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

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

 span { border-color: rgb(186,247,129); }

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